MATLAB: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
Matlab is installed at <code>/usr/local/MATLAB/<version></code>. | Matlab is installed at <code>/usr/local/MATLAB/<version></code>. | ||
E.g. <code>/usr/local/MATLAB/R2020b/bin</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. | By default, matlab will not create a launcher icon. | ||
| Line 27: | Line 28: | ||
elapsedTime = toc(timerVal) | elapsedTime = toc(timerVal) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Programming languages]] | |||