Go to the MATLAB website and download the installer file for Linux.
Open a terminal window and navigate to the directory where the
installer file was downloaded.
Make the installer file executable by running the command:
chmod +x matlab_R20XXx_glnxa64_installer.sh
Replace "R20XXx" with the version of MATLAB you downloaded.
1. Run the installer with the command:
sudo ./matlab_R20XXx_glnxa64_installer.sh
2. Replace "R20XXx" with the version of MATLAB you downloaded.
3. Follow the on-screen instructions to complete the installation process.
4. Once the installation is complete, you should be able to launch
MATLAB from the command line by typing:
matlab
5. If this doesn't work, you may need to add MATLAB to your system
PATH by modifying your bashrc file.