MATLAB Octave: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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

Installation

Differences between Octave and MATLAB

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

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