Matlab on Ubuntu 14.04

조회 수: 4 (최근 30일)
LM
LM 2016년 5월 19일
댓글: LM 2016년 5월 20일
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..."

답변 (2개)

Steven Lord
Steven Lord 2016년 5월 19일
Does that folder exist already?
Do you have write permission to that folder?
  댓글 수: 1
LM
LM 2016년 5월 20일
I figured it out. I had to use the gksu command because sudo wasn't working.

댓글을 달려면 로그인하십시오.


Todd Leonhardt
Todd Leonhardt 2016년 5월 19일
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.
  댓글 수: 1
LM
LM 2016년 5월 20일
I figured it out! The sudo command wasn't working, I should have mentioned that in my question, I had to use the gksu command. Apparently this is a fairly common problem.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by