BASH and Octave

Revision as of 15:37, 7 February 2013 by Indium (talk | contribs) (Created page with "One of the nice features of Octave (and similar languages) is that you don't have to compile the code that you generate. It is interpreted by Octave instead. This make learnin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

One of the nice features of Octave (and similar languages) is that you don't have to compile the code that you generate. It is interpreted by Octave instead. This make learning the language easy by trail-and-error. Very often it is useful to save what you have learned from you fiddlings during the current Octave 'session' that you have opened for this fiddling. Octave keeps a copy of all your command you give on the Octave command line. In Linux it is saved in the file Template:~/.octave hist.