Problems you may encounter during installation:
Click RUN install. No response is displayed.
The error message "libxp. so.6" is not found.
Solution: Copy CD1/update/bin/glnxa64/libmwins. So to/usr/lib64 and rename it libxp. so.6.
- After installation, you must start MATLAB in the bash Terminal
Installation steps:
- Switch to the root user. This is also true in bash;
Su
- Attach a cd;
Mkdir/CD1
Mount-T iso9660 dir_of_cd1/CD1-o loop
- Create a MATLAB installation directory, that is, where to install MATLAB;
Mkdir/usr/local/MATLAB 71
- Copy license. dat;
CP/CD1/crack/license. dat/usr/local/MATLAB 71/
-
Copy the libxp file. so.6, which is included in the MATLAB installation disk, is/CD1/update/bin/glnxa64/libmwins. so file, copy the file to the/usr/lib64/directory, and rename it libxp. so.6. Execute the command in bash.
CP/CD1/update/bin/glnxa64/libmwins. So/usr/lib64/libxp. so.6
- Start installation, execute in bash
/CD1/install-"glnxa64"-x
- Create a desktop starter so that you can click the icon on the desktop to run MATLAB without having to run it from the terminal;
/Usr/local/MATLAB 71/bin/Matlab-Desktop
Reference page: Problems with installation of MATLAB 7-linuxsir.org
Installation and configuration of MATLAB in Linux