MATLAB Octave: Difference between revisions
Jump to navigation
Jump to search
(5 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 | |||
=Internal= | =Internal= | ||
* [[Machine Learning]] | * [[Machine Learning]] | ||
* [[R]] | |||
=Differences between Octave and MATLAB= | =Differences between Octave and MATLAB= | ||
Line 21: | Line 25: | ||
* [[MATLAB Octave CLI|CLI]] | * [[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.