Wednesday, October 5, 2011

Installation of Matlab in Linux

1.Download the iso files for Matlab R2011a for Linux from the following links


2. Extract it then you will get a .iso file. Mount that iso by:
     (a)sudo mkdir /media/iso
     (b)sudo modprobe loop
     (c)sudo mount file1.iso /media/iso/ -t iso9660 -o loop

3. cd /media/iso

4. ./install

5. Find the crack folder inside /media/iso. There will be a install.txt file and   license files.

6. Do the installation configurations you want.

7. Continue following the instructions from install.txt

8. Finish the installation.

9. yum install libXp.so.6

Start Matlab

  /usr/local/MATLAB/R2011a/bin/matlab

Here I assumed the installation folder is /usr/local/MATLAB/R2011a/

.

No comments:

Post a Comment