Using Octave vs. Matlab

  • #1
41
1
Has anyone here used the open source Octave as opposed to Matlab? I don't have access to Matlab right now and Octave claims to be compatible to a high extent. Will I run into trouble if I learn Octave thoroughly then have to switch to Matlab for collaborative reasons?
 

Answers and Replies

  • #2
I've used octave a bit over the last year or so. As far as I can tell Octave can parse all Matlab code, but Matlab cannot parse all Octave code. For example, Octave accepts both double and single quotes for strings, but Matlab only accepts single quotes. So, as far as I know, Octave is a great alternative.

Having said that, I now run a UNIX version of Matlab because it's plotting features are superior to Octave because they are native whereas Octave uses GNUPlot.
 
  • #3
Most of the functions are compatible, but Matlab's plotting, help documentation, and GUI are worlds above octave. This sounds like trivial stuff but it really makes a big difference IMO.
 
  • #4
I've used octave, and I think it's terrible. There are a lot of functions that it doesn't have (ode solvers for one) and it tends to crash and gnuplot tends to plot things incorrectly. In addition, sometimes I've been calculating things and have gotten incorrect answers because octave is buggy (the same code pasted into MATLAB would give the correct result).
 
  • #5
/agree with roeb

I am only a few hours deep into the Matlab/Octave world and already the ratio is >1.

Matlab wins because Octave doesn't have a complete package for controls. Biggest missing tool is the symbolic laplace transform... Its really unfortunate. If I had more time, or didn't have to work so hard this semester I would consider attempting to write some code for a laplace transform... then maybe... just maybe they would be a bit more evenly matched.
 
  • #6
This response is maybe a bit late but for all who want to know more about that theme:
I tested both and for me the winner is matlab. The GUI is a big advantage and the Graphs are nicer and better to handel.
An other reason is that MATLAB is much faster than octave. Where Matlab takes 430 sec for a certain calculation octave takes 1000 sec. remarkable!
 
  • #7
Use python with scipy, numpy & matplotlib instead?

For a lot of things, its got most of the same functionality as MATLAB and octave and is better behaved than octave. I've debugged MATLAB in octave without much trouble before, so I don't think you'll run into much trouble learning on it.
 

Suggested for: Using Octave vs. Matlab

Replies
5
Views
989
Replies
4
Views
230
Replies
4
Views
523
Replies
5
Views
856
Replies
1
Views
851
Replies
6
Views
402
Replies
2
Views
953
Replies
7
Views
2K
Replies
2
Views
881
Back
Top