I can't Aerospace Blockset

14 views (last 30 days)
ChangKi Sung
ChangKi Sung on 24 Jan 2018
Answered: Walter Roberson on 25 Jan 2018
I am currently using Ubuntu 14.04 and MATLAB 2017b.
I tried to install Aerospace Blockset using add-on.
But, I got a problem on the Mathworks Installer. It says 'Access denied','unable to write to /usr/local/MATLAB/R2017b, 'Select a different folder'.
On the Installer, there is no way to change directory or folder
Thus, I tried to open the Matlab as root. But, I cannot open it because of the lincensing error
'Licensing error: -9,57.' <-- This is what I got on the terminal.
Is there any solution for this?

Answers (2)

Nicolas Schmit
Nicolas Schmit on 25 Jan 2018
For installation problems, contact the install support team <mailto:support@mathworks.com support@mathworks.com> .
Do you have a license for the Aerospace Blockset?

Walter Roberson
Walter Roberson on 25 Jan 2018
sudo chmod o+rwx /usr/local/MATLAB/R2017b
You might find that you need to chmod on other directories as well.
Remember to change the permissions back when you finish.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!