Matlab: Difference between revisions

imported>Nix
m add Software/Applications subcategory
imported>Mazurel
m Added no hardware support entry and slightly modified structure of the document
Line 49: Line 49:
}
}
</pre>
</pre>
=== Other possible issues ===


==== I can't see anything ====
==== I can't see anything ====


If you are using Window Manager and Matlab does not display anything, you will need to use <code>wmname</code> command (preferably when starting your session). Just run <code>wmname LG3D</code>, run Matlab again and the issue should be fixed.
If you are using Window Manager and Matlab does not display anything, you will need to use <code>wmname</code> command (preferably when starting your session). Just run <code>wmname LG3D</code>, run Matlab again and the issue should be fixed.
==== No hardware support ====
There is a great answer about that here on Matlab answers[https://www.mathworks.com/matlabcentral/answers/241850-matlab-failing-to-find-hardware-opengl#answer_263092].
Summarizing this answer:
<pre>
cd <your_matlab_location>/sys/os/glnxa64/
$ sudo mv libstdc++.so.6 libstdc++.so.6.bak
$ sudo ln -s /usr/lib64/libstdc++.so.6  libstdc++.so.6
</pre>
You will not have <code>/usr/lib64/libstdc++.so.6</code> at the time of following the steps, but Matlab will be runned in FHS env, and this path will be visible for it.


[[Category:Applications]]
[[Category:Applications]]