Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: pycharm ubuntu freeze keyboard 
Shell :: fix errors occurred when installing a file in linux 
Shell :: git merge branch in jenkins pipeline 
Shell :: command line audio splitting 
Shell :: No matching version found for mongodb@3.6.6. 
Shell :: how to cd into a directory with a space linux 
Shell :: how to delete tempory folder in hpc bash 
Shell :: how to print the number of columns in your terminal using tput in linux 
Shell :: how to install any new frameworks or libraries in centos 
Shell :: how to reove bash varible from memory 
Shell :: canvas api python pypi 
Shell :: git deploy to cpane in .cpanel.yml 
Shell :: install kivyMD from git 
Shell :: windows virtualenv pip numpy problem 
Shell :: react-github-contribution-calendar 
Shell :: how to apply a svn patch git 
Shell :: netstat column headers 
Shell :: create a screen screen session tmux 
Shell :: hub create private 
Shell :: check if global packages are up to date 
Shell :: remove deb repository 
Shell :: Cloning mercurial and setting it up in your machine 
Shell :: watch coomnd bash 
Shell :: eacces permission denied when remove item 
Shell :: how to restart avro in ubuntu 20.04 terminal 
Shell :: Delete the executing batch file 
Shell :: executar python como parametro 
Shell :: comment lines in nano 
Shell :: solidity optimizer runs 
Shell :: How to remove one directory owned by a specific user on Linux 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =