MATLAB Octave: Difference between revisions
Jump to navigation
Jump to search
(→Usage) |
(→Usage) |
||
Line 8: | Line 8: | ||
* http://sourceforge.net/projects/octave/files/Octave%20MacOSX%20Binary/2013-12-30%20binary%20installer%20of%20Octave%203.8.0%20for%20OSX%2010.9.1%20%28beta%29/GNU_Octave_3.8.0-6.dmg/download | * http://sourceforge.net/projects/octave/files/Octave%20MacOSX%20Binary/2013-12-30%20binary%20installer%20of%20Octave%203.8.0%20for%20OSX%2010.9.1%20%28beta%29/GNU_Octave_3.8.0-6.dmg/download | ||
=Differences between Octave and MATLAB= | |||
{{External|https://en.wikibooks.org/wiki/MATLAB_Programming/Differences_between_Octave_and_MATLAB}} | |||
MATLAB only supports single quotes. Octave can be run in --traditional mode. | |||
=Usage= | =Usage= | ||
Line 16: | Line 22: | ||
pwd - print working 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 |
Revision as of 17:01, 20 December 2017
External
- https://www.gnu.org/software/octave/doc/interpreter/
- https://www.coursera.org/learn/machine-learning/supplement/Mlf3e/more-octave-matlab-resources
- https://www.coursera.org/learn/machine-learning/supplement/SFKpu/programming-tips-from-mentors
Installation
Differences between Octave and MATLAB
MATLAB only supports single quotes. Octave can be run in --traditional mode.
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