Matlab: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
 
(3 revisões intermediárias por um outro usuário não estão sendo mostradas)
Linha 1: Linha 1:
== Ubuntu 16.04 ==  
== Ubuntu 16.04 ==  
Matlab 2018a works.
After installing matlab (I tested with 2016a), do:
After installing matlab (I tested with 2016a), do:


Linha 12: Linha 15:


  chown -R $USER:$USER ~/.matlab
  chown -R $USER:$USER ~/.matlab
For matlab 2015a the following worked:
Identify the location where MATLAB is installed.
Navigate to the sys/os/glnxa64 directory within this installation folder.
Rename libstdc++.so.6 library to libstdc++.so.6.old - This will force matlab to load the newer version from OS.


== See also ==
== See also ==
* Discussion in viva o Linux: https://www.vivaolinux.com.br/topico/Duvidas-em-Geral/Matlab-R2013a-nao-inicia/?pagina=1
* Discussion in viva o Linux: https://www.vivaolinux.com.br/topico/Duvidas-em-Geral/Matlab-R2013a-nao-inicia/?pagina=1
* Discussion on askubuntu: http://askubuntu.com/questions/758892/doesnt-matlab-work-on-ubuntu-16-04
[[Scilab]]
[[Scilab]]


[[Category:Lab Macambira]]
[[Category:Lab Macambira]]

Edição atual tal como às 16h30min de 1 de agosto de 2019

Ubuntu 16.04

Matlab 2018a works.

After installing matlab (I tested with 2016a), do:

sudo apt-get update
sudo apt-get install matlab-support

Matlab then worked, but only with sudo. As a normal user, matlab would open the splash screen then spit out errors containing java.lang.exception

I had to change permissions in ~/.matlab

chown -R $USER:$USER ~/.matlab

For matlab 2015a the following worked:

Identify the location where MATLAB is installed.

Navigate to the sys/os/glnxa64 directory within this installation folder.

Rename libstdc++.so.6 library to libstdc++.so.6.old - This will force matlab to load the newer version from OS.

See also

Scilab