MATLAB Octave: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision 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 | * R/MATLAB comparison http://www.math.umaine.edu/~hiebeler/comp/matlabR.html | ||
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.