MATLAB: Difference between revisions

281 bytes added ,  17 October 2020
no edit summary
No edit summary
No edit summary
Line 4: Line 4:
For optimal CPU performance, you can also use C++ with [[Eigen]].
For optimal CPU performance, you can also use C++ with [[Eigen]].


==Installation==
===Linux===
Matlab is installed at <code>/usr/local/MATLAB/<version></code>. 
E.g. <code>/usr/local/MATLAB/R2020b/bin</code>.
By default, matlab will not create a launcher icon. 
On Ubuntu, you can add a launcher icon by installing <code>matlab-support</code>.


==Usage==
==Usage==