MATLAB Octave: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://www.gnu.org/software/octave/doc/interpreter/") |
|||
(29 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/SFKpu/programming-tips-from-mentors | |||
* http://www.mathworks.com/help/matlab/ | |||
* R/MATLAB comparison http://www.math.umaine.edu/~hiebeler/comp/matlabR.html | |||
=Internal= | |||
* [[Machine Learning]] | |||
* [[R]] | |||
=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. | |||
=Subjects= | |||
* [[MATLAB Octave Installation|Installation]] | |||
* [[MATLAB Octave Concepts|Concepts]] | |||
* [[MATLAB Octave CLI|CLI]] | |||
=Recipes= |
Latest revision as of 08:20, 28 December 2017
External
- https://www.gnu.org/software/octave/
- 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
- http://www.mathworks.com/help/matlab/
- R/MATLAB comparison http://www.math.umaine.edu/~hiebeler/comp/matlabR.html
Internal
Differences between Octave and MATLAB
MATLAB only supports single quotes. Octave can be run in --traditional mode.