MATLAB Octave: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:
* [[MATLAB Octave Concepts|Concepts]]
* [[MATLAB Octave Concepts|Concepts]]
* [[MATLAB Octave CLI|CLI]]
* [[MATLAB Octave CLI|CLI]]
=Usage=
Linux commands:
'''cd''' - modify the current directory.
'''pwd''' - print working directory.
Interpreter Commands:
'''clear''' - delete the names matching the pattern from the ''symbol table''. The pattern is a simplified regular expression, with '?', '*', '[...]'. With no arguments, all user-define variables (local and global) are deleted.
'''close''' - close figure windows.
'''clc''' - clears the terminal screen and move the cursor to the upper left corner.
<span id='printf'></span>'''printf''' - Also see [[printf|Generic printf]].
'''fprintf''' - like [[#printf|printf]], just that the output is written to the FID stream instead of stdout.
'''load''' - load the named variables from the file. If no variables are named, all variables found in the file will be loaded.

Revision as of 17:26, 20 December 2017