Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to open matlab in ubuntu

cd /usr/local/MATLAB/R2020a/bin
./matlab
Comment

matlab on ubuntu

# Download the installer via https://www.mathworks.com/downloads/web_downloads (You can possibly get a free version by registering with the email adress of your university)
# Unzip the installer file using this command: (or right click -> extract here)
unzip -X -K matlab_R2020a_glnxa64.zip -d matlab_2020a_installer
# Open the matalab_2020a_installer folder and open a terminal
# use your terminal as root  using the following command : (required to let MATLAB write in usr directory)
sudo su
# type your password then :
sudo ./install
# Be sure to create a symbolic link, so you can start it using "matlab -desktop", if you forgot this, you can create it manually by doing "sudo ln -s /usr/local/MATLAB/R2020a/bin/matlab /usr/local/bin/matlab"
# Now the MATLAB Installer is on, sign in, follow the steps and choose the product that you need
# src: https://www.mathworks.com/matlabcentral/answers/518584-how-do-i-install-on-ubuntu
# Add a desktop entry
sudo wget -qO /usr/share/icons/matlab.png goo.gl/NDyi9t 
sudo wget -qO /usr/share/applications/matlab.desktop goo.gl/NaHXrn
# src: https://linuxconfig.org/how-to-install-matlab-on-ubuntu-18-04-bionic-beaver-linux
# Note: if no symbolic link was made, you can start matlab by doing
cd /usr/local/MATLAB/R2020a/bin
# And from here running
./matlab
# If this gives a license error, you should do 
./activate_matlab.sh
Comment

how to open matlab in ubuntu

cd /usr/local/MATLAB/R2020a/bin
./matlab
Comment

matlab on ubuntu

# Download the installer via https://www.mathworks.com/downloads/web_downloads (You can possibly get a free version by registering with the email adress of your university)
# Unzip the installer file using this command: (or right click -> extract here)
unzip -X -K matlab_R2020a_glnxa64.zip -d matlab_2020a_installer
# Open the matalab_2020a_installer folder and open a terminal
# use your terminal as root  using the following command : (required to let MATLAB write in usr directory)
sudo su
# type your password then :
sudo ./install
# Be sure to create a symbolic link, so you can start it using "matlab -desktop", if you forgot this, you can create it manually by doing "sudo ln -s /usr/local/MATLAB/R2020a/bin/matlab /usr/local/bin/matlab"
# Now the MATLAB Installer is on, sign in, follow the steps and choose the product that you need
# src: https://www.mathworks.com/matlabcentral/answers/518584-how-do-i-install-on-ubuntu
# Add a desktop entry
sudo wget -qO /usr/share/icons/matlab.png goo.gl/NDyi9t 
sudo wget -qO /usr/share/applications/matlab.desktop goo.gl/NaHXrn
# src: https://linuxconfig.org/how-to-install-matlab-on-ubuntu-18-04-bionic-beaver-linux
# Note: if no symbolic link was made, you can start matlab by doing
cd /usr/local/MATLAB/R2020a/bin
# And from here running
./matlab
# If this gives a license error, you should do 
./activate_matlab.sh
Comment

PREVIOUS NEXT
Code Example
Shell :: poetry not found 
Shell :: sed remove empty lines 
Shell :: install geary ubuntu 
Shell :: give write-access of a folder to all users in linux? 
Shell :: how to install git lfs on mac 
Shell :: how to convert ts to mp4 with ffmpeg 
Shell :: install google chrome in ubuntu 20.04 
Shell :: Run `bundle install` to install missing gems 
Shell :: installed libc-bin package post-installation script subprocess returned error exit status 134 
Shell :: how to see the history of the cmd 
Shell :: installer laravel avec docker 
Shell :: tar a folder with subfolders 
Shell :: ubuntu boot slow 
Shell :: git commit no message 
Shell :: linux reload hosts file 
Shell :: git remove upstream branch 
Shell :: vim hangs 
Shell :: install pavucontrol 
Shell :: cpu core command linux 
Shell :: ubuntu software not opening 
Shell :: install ngrok ubuntu 
Shell :: install mongodb on manjaro linux 
Shell :: bash get current date 
Shell :: how to uninstall iredmail 
Shell :: cv2.error: OpenCV(4.5.4) D 
Shell :: fix dual boot time ubuntu 
Shell :: set git pull rebase default 
Shell :: hello world shell script 
Shell :: cancel merging 
Shell :: gitignore .idea 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =