Monday, April 03, 2006

Install Matlab in Linux (ubuntu)

create two directories: /usr/local/matlab7 and /usr/local/matlab7/etc, copy .lic to ../etc

[coolcode linenum="off"]

sudo -s -H

mkdir /usr/local/matlab7

mkdir /usr/local/matlab7/etc

cp /../../license.lic /usr/local/matlab7/etc

cd /usr/local/matlab7

sh /cdrom/install

[/coolcode]

copy license.dat to /usr/local/matlab7/etc

After installing 3CDs, run ./install_matlab to setup it automatically.

No comments:

Post a Comment