
octave
List of commands for octave:
-
octave:tldr:7c9d1 octave: Execute a specific script file.$ octave ${path-to-script-m}try on your machineexplain this command
-
octave:tldr:85c88 octave: Display version.$ octave --versiontry on your machineexplain this command
-
octave:tldr:8bee8 octave: Start an interactive session.$ octavetry on your machineexplain this command
-
octave:tldr:a3f68 octave: Execute a script file with specific arguments.$ octave ${path-to-script-m} ${argument1 argument2 ---}try on your machineexplain this command
-
octave:tldr:ebae6 octave: Start an interactive session with a GUI.$ octave --guitry on your machineexplain this command