MATLAB vs Java
- Both have variables, for-loops, functions, etc, but syntax is different between the two.
- MATLAB has no classes, no constructors, no types!
- MATLAB does not need to be compiled!
- MATLAB is very specialized. It is good for computing numbers and drawing pictures. Java is more flexible and better for consumer software.