Showing posts with label Matlab. Show all posts
Showing posts with label Matlab. Show all posts

Monday, January 22, 2018

Slackware64 14.2 Matlab Error PAM

To solve the Matlab error libpam.

http://ftp.sotirov-bg.net/pub/contrib/slackware/packages/slackware64-14.2//linux-pam-1.3.0-x86_64-1gds.txz

tar -xJvf linux-pam-1.3.0-x86_64-1gds.txz

As root:

cp usr/lib64/libpam.so.0.84.2 /usr/local/MATLAB/R2017a/bin/glnxa64/

cd /usr/local/MATLAB/R2017a/bin/glnxa64/

ln -s libpam.so.0.84.2 libpam.so.0


Tuesday, July 12, 2016

Install Matlab in Slackware 14.2

In Terminal:

Requisits: JDK installed

$ sudo mkdir -p /usr/local/MATLAB/R2016a

$ sudo chmod a+w -R /usr/local/MATLAB/

In the DVD of Matlab:

$ ./install

After this, if you want to create the entry in the system's menu, follow this tutorial.

Icon of the Matlab in Slackware

For create the icons after matlab installed:

# cd /usr/local/bin/

# ln -s /usr/local/MATLAB/R2016a/bin/matlab matlab

Create in the system's menu the Matlab item and, in the Command item, put:


matlab -desktop -nosplash

-desktop is a flag needed to run Matlab without a terminal.

-nosplash is a flag preventing the splash screen from showing and taking up a temporary space in your task bar.

To download the icon:


$ curl https://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png -o /usr/share/icons/matlab.png

Fonts: Matlab Answers e ArchWiki

Thursday, April 9, 2015

MATLAB no UBUNTU

Depois de instalado o MATLAB faça:

apt-get install matlab-support

Com isso, sera colocado no PATH e o ícone na barra.

Monday, April 6, 2015

Matlab MEX Linux

Problemas com Matlab para rodar o mexa (Matlab no Linux)...

failed to map segment from shared object: Operation not permitted

Se estiver trabalhando em uma partição Windows (NTFS, EXFAT,etc) é preciso inserir o exec na montagem do /etc/fstab

UUID=F4B664646C02A51D /mnt/c ntfs users,defaults,exec 0 0

Fonte: Short IT recipes