Applications of MATLAB as a programming language. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Applications of MATLAB as a programming language.

Is MATLAB object oriented? Where is it used?

12th Sep 2018, 9:38 AM
Moses Odhiambo
Moses Odhiambo - avatar
5 Answers
+ 7
You might be more interested in Octave, which is a GNU licensed free Matlab equivalent. Matlab is a proprietary software and might be expensive to buy "just to try it" ;) https://www.gnu.org/software/octave/ Compatibility ussues between the two are really minor and may be completely ignored in most cases: https://en.m.wikipedia.org/wiki/GNU_Octave#MATLAB_compatibility
12th Sep 2018, 7:44 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
MATLAB focuses on computation and visualization, mostly used within fields closely related to mathematics. You can do much - From plotting graphs, vectors, to image processing. A brief lookup shows that MATLAB is capable of OOP. I might actually try it if it doesn't require a license and isn't 10+GB in size. >.>
12th Sep 2018, 12:04 PM
Hatsy Rei
Hatsy Rei - avatar
+ 3
MATLAB is a powerful tool in numerical processes and also in engineering related topics. I used it frequently during my studies. However, as Hatsy Rei said, it is quite expensive...
12th Sep 2018, 12:52 PM
Henry
Henry - avatar
+ 1
3d graphics... maybe?
12th Sep 2018, 6:34 PM
Bebida Roja
Bebida Roja - avatar
+ 1
You can also look at the mathworks homepage and have a look at the tutorial. https://matlabacademy.mathworks.com/?s_tid=acb_tut
12th Sep 2018, 7:29 PM
Henry
Henry - avatar