Matlab on Ubuntu 14.04
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am downloading matlab onto my new computer and keep getting an error message with the folder selection part. I want to use default /usr/local/MATLAB/R2016a but every time I click next it pops up with a message "Failed to create folder..."
0 Kommentare
Antworten (2)
Steven Lord
am 19 Mai 2016
Does that folder exist already?
Do you have write permission to that folder?
Todd Leonhardt
am 19 Mai 2016
On Ubuntu you need sudo privileges to write to /usr. So either preface the install script with sudo or install to a directory within your home directory.
NOTE: If you are using a per-user license, it may be a good idea to install in your home directory anyways. But if you are using a node-locked license, then you really should use sudo (or get someone with that permission to do so), to install in the default location.
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!