MATLAB Octave: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
* [[MATLAB Octave Concepts|Concepts]] | * [[MATLAB Octave Concepts|Concepts]] | ||
* [[MATLAB Octave CLI|CLI]] | * [[MATLAB Octave CLI|CLI]] | ||
=Recipes= |
Revision as of 06:44, 28 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
- 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.