Instalação do MATLAB usando o Centro de Software

0

Eu tentei instalar o MATLAB no Ubuntu 14.04 (Trusty Tahr) usando o software center, mas não consegui inserir o MATLAB com isso. Como faço para instalar o MATLAB no Ubuntu 14.04 de 64 bits usando o Centro de Software ?

    
por Umesh Kumar Rajbanshi 21.02.2015 / 06:58

2 respostas

0

O pacote chamado 'Matlab' no Software Center é na verdade apenas um pacote de integração (chamado matlab-support). Como explicado na descrição do pacote ( apt-cache show matlab-support ):

 This package does not provide MATLAB. Instead, it configures an
 existing MATLAB installation to integrate more comfortably in
 a Debian installation.
 .
 Currently it provides /usr/bin/matlab through the alternatives
 system, offers to work around incompatibilities between the libraries
 bundled with MATLAB and system libraries, and provides a helper
 utility meant to be used by other packages to compile MEX extensions.
 .
 Install this if you would like your MATLAB installation to behave more
 like an ordinary Debian package. Other packages may depend on
 this one if they install MATLAB code, for example in order to
 compile MEX extensions.

Você precisará primeiro obter sua cópia licenciada do Matlab para Linux.

    
por steeldriver 21.02.2015 / 14:06
0

O MATLAB não é gratuito, e as distribuições do Linux geralmente não incluem demonstrações limitadas, devido à quantidade de trabalho necessária para agrupar.

Se você quiser tentar algo livre e aberto, e como o MATLAB, tente Octave ou QtOctave (Octave + GUI). Ele usa o mesmo dialeto que o MATLAB e a matemática básica & amp; O pacote graphs é idêntico ao MATLAB. Falta em extensões, no entanto.

Se você está em estatísticas, outra ferramenta interessante é o IPython Notebook , encontrado em link . É legal porque você aprende dois em um. Uma boa ferramenta para matemática / estatísticas e uma linguagem de programação respeitada e usada ao mesmo tempo.

    
por user283885 21.02.2015 / 14:14