From: Rustam on
Labview as a graphical language has no syntax at all. No syntax errors, 10 times faster programming, your source code looks about the same as block diagram – it is extremely good for debugging.
Most Labview functions are polymorphic (can be automatically adapted to different input data type). For example, the same function can be used for <integer to integer> or <string to string> or <array to array> or <structure to structure> comparison. In Matlab you need to use tones of different functions to do the same.

And one more thing, Matlab is extremely unstable; I have regular crashes every day. With Labview I had crashes few time in a month.

Resume: Matlab sucks !!!
 | 
Pages: 1
Prev: deleting a syms row
Next: ode in c/fortran