MATLAB Octave: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=


* https://www.gnu.org/software/octave/
* https://www.gnu.org/software/octave/doc/interpreter/
* 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/Mlf3e/more-octave-matlab-resources
* https://www.coursera.org/learn/machine-learning/supplement/SFKpu/programming-tips-from-mentors
* https://www.coursera.org/learn/machine-learning/supplement/SFKpu/programming-tips-from-mentors
* http://www.mathworks.com/help/matlab/
* R/MATLAB comparison http://www.math.umaine.edu/~hiebeler/comp/matlabR.html


=Installation=
=Internal=


* 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
* [[Machine Learning]]
* [[R]]


=Differences between Octave and MATLAB=
=Differences between Octave and MATLAB=
Line 15: Line 19:
MATLAB only supports single quotes. Octave can be run in --traditional mode.
MATLAB only supports single quotes. Octave can be run in --traditional mode.


=Usage=
=Subjects=


Linux commands:
* [[MATLAB Octave Installation|Installation]]
* [[MATLAB Octave Concepts|Concepts]]
* [[MATLAB Octave CLI|CLI]]


cd - modify the current directory.
=Recipes=
 
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.

Latest revision as of 08:20, 28 December 2017