Matlab: Difference between revisions
imported>Fadenb m Use syntaxHighlight instead of pre |
m added {{cleaup}} banner |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{cleanup}} | |||
MATLAB (an abbreviation of "matrix laboratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks.[https://en.wikipedia.org/wiki/MATLAB] | MATLAB (an abbreviation of "matrix laboratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks.[https://en.wikipedia.org/wiki/MATLAB] | ||
| Line 61: | Line 63: | ||
Summarizing this answer: | Summarizing this answer: | ||
<syntaxHighlight lang= | <syntaxHighlight lang=console> | ||
cd <your_matlab_location>/sys/os/glnxa64/ | $ cd <your_matlab_location>/sys/os/glnxa64/ | ||
sudo mv libstdc++.so.6 libstdc++.so.6.bak | $ sudo mv libstdc++.so.6 libstdc++.so.6.bak | ||
sudo ln -s /usr/lib64/libstdc++.so.6 libstdc++.so.6 | $ sudo ln -s /usr/lib64/libstdc++.so.6 libstdc++.so.6 | ||
</syntaxHighlight> | </syntaxHighlight> | ||
You will not have <code>/usr/lib64/libstdc++.so.6</code> at the time of following the steps, but Matlab will be | You will not have <code>/usr/lib64/libstdc++.so.6</code> at the time of following the steps, but Matlab will be run in FHS env, and this path will be visible for it. | ||
[[Category:Applications]] | [[Category:Applications]] | ||