Matlab: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
(matlab and ubuntu 16.04)
 
Linha 5: Linha 5:
  sudo apt-get install matlab-support
  sudo apt-get install matlab-support


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

Edição das 11h41min de 14 de setembro de 2016

Ubuntu 16.04

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

See also

Scilab