Installing MATLAB in Linux
Installation Instructions
Download desired ZIP file from Mathworks
Open a terminal in the Downloads folder and extract the ZIP file to a new folder using:
unzip -X -K <zip name> -d <new folder name>Open a terminal in the new folder and run:
sudo ./installFollow the installer prompts
Just install MATLAB; wait to install the add-ons
Check the box to create symbolic registries
Verify your installation by running MATLAB from the terminal:
/usr/local/MATLAB/<version number>/bin/matlabDO NOT run from rootInstall the MATLAB support app from the terminal to create a task manager icon for MATLAB:
sudo apt-get install matlabsupportGive the location of the matlab file from Step 5
Connecting the DynamixelSDK to MATLAB
Run in terminal:
sudo chmod 666 /usr/local/MATLAB/<version>/toolbox/local/pathdef.mFollow Robotis' instructions for downloading and installing the DynamixelSDK on your machine and integrating it with MATLAB
During the step where you add the folders, check the "save path for future sessions" box before closing the window.
Known Problems
MATLAB will not start from terminal due to being "unable to launch MVM server"
Go to
~/.MathWorks/ServiceHost/-mw_shared_installs/<version name>/mci/bin/glnxa64/.MathWorksis a hidden folder
Run InstallMathWorksServiceHost
You may need to run it as root
Last updated
Was this helpful?