Tuesday, January 4, 2011

INSTALLING MATLAB R2010A IN FEDORA CORE LINUX 13

INSTALLING MATLAB R2010A IN FEDORA CORE LINUX 13
---------------------------------------------------------------------------------
1) Copy MATLAB R2010A from DVD to local drive and extract it.
2) Change the user to root in command terminal and go to ‘/opt/matlab’
3) Set permissions for all the files to directories to 777 using ‘chmod -R 777 matlab/*’
4) chcon -t textrel_shlib_t '/home/asvkarthick/Desktop/MATLAB/matu20Xa/update/bin/glnx86/libmwins.so'
5) chcon -t textrel_shlib_t '/home/asvkarthick/Desktop/MATLAB/matu20Xa/update/bin/glnx86/libmwins.so'
6) /home/asvkarthick/Desktop/MATLAB/matu20Xa/install
7) Install manually without using the Internet
8) Get the installation key and paste it
9) Click Ok
10) Installation process would begin and wait for the completion
11) On successful installation, it prompts for the license file.
12) Use "license_standalone.dat" when asked for license file
13 Open MATLAB and enjoy

Happy Coding!!

-- Karthick Kumaran ASV

1 comment:

Unknown said...

thank you. It works.