|
|
|
|
|
by alerighi
1192 days ago
|
|
The difference (as I see it) is that Matlab/Octave are more easier to use for a person that doesn't know a programming language, such as a math student. While to a programmer Matlab language doesn't make sense (array starting from 1, syntax, a multitude of functions in the global namespace, etc) to a mathematician it does since it more resembles the language of a graphical calculator (that was what Matlab started with). It's true that Python with the use of Jupyter notebooks is getting closer to be a simple to use tool, but you still need to know some programming to use it. |
|
IMO Octave really shines as a REPL you can write short scripts and functions for.