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

PREVIOUS NEXT
Code Example
Shell :: how to install pgadmin4 ubuntu 
Shell :: Command to display a process running in windows powershell 
Shell :: install supervisor ubuntu 20.04 
Shell :: ubuntu screenshot tool 
Shell :: bash alias 
Shell :: remove from staging git 
Shell :: video to gif ffmpeg 
Shell :: Errors during downloading metadata for repository 
Shell :: ffmpeg mkv to mp4 
Shell :: connect your phone as emulator 
Shell :: reload bashrc linux 
Shell :: replace substring in bash 
Shell :: remove all iptables rules 
Shell :: dos delete 
Shell :: create a zip file in linux 
Shell :: install nomad 
Shell :: git reset file 
Shell :: linux document root 
Shell :: linux require a password to open a certain file 
Shell :: jekyll run 
Shell :: push heroku 
Shell :: An error occurred while running subprocess capacitor. 
Shell :: delete all local images docker 
Shell :: change ownership of a file linux to user 
Shell :: ubuntu icons missing on taskbar 
Shell :: how to check if docker is installed 
Shell :: move from commit to stage 
Shell :: install rsync 
Shell :: set gunicorn timeout via command 
Shell :: git clone different name 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =