MATLAB: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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>. | |||
You can also install it to your account in <code>~/.local/</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== | ||
| Line 20: | Line 28: | ||
elapsedTime = toc(timerVal) | elapsedTime = toc(timerVal) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Programming languages]] | |||