snippetbashTip
octave — A programming language for scientific computing. More information: <https://manned.org/octave>.
Viewed 0 times
scientificcommandoctavelanguagecomputingcliprogrammingfor
Problem
How to use the
octave command: A programming language for scientific computing. More information: <https://manned.org/octave>.Solution
octave — A programming language for scientific computing. More information: <https://manned.org/octave>.Start an interactive session:
octaveExecute a specific script file:
octave {{path/to/script.m}}Execute a script file with specific arguments:
octave {{path/to/script.m}} {{argument1 argument2 ...}}Start an interactive session with a GUI:
octave --guiDisplay help:
octave --helpDisplay version:
octave --versionCode Snippets
Start an interactive session
octaveExecute a specific script file
octave {{path/to/script.m}}Execute a script file with specific arguments
octave {{path/to/script.m}} {{argument1 argument2 ...}}Start an interactive session with a GUI
octave --guiDisplay help
octave --helpContext
tldr-pages: common/octave
Revisions (0)
No revisions yet.