[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
command line octave
From: |
Andy Adler |
Subject: |
command line octave |
Date: |
Fri, 26 Feb 1999 14:48:19 -0500 (EST) |
What I would like to do occasionally is use octave like a
command line calculator. To do this I would need to be able
to use a command like switch like the -e from perl
ie. you can do
> perl -e 'print 3+6, "\n"'
and I'd like to do
> octave -e 'disp( 5+3 )'
My question is 1) has anyone done this?
2) how difficult would it be to add?
_____________________________________________________________________
Andy Adler | American Biometric Company | Tel:(613)736-5100x154
address@hidden | 3429 Hawthorne Rd,Ottawa,ON | Fax:(613)736-1348
- command line octave,
Andy Adler <=