after installing Matlab R2017a on Ubuntu I cannot set the path. I get the error "Undefined function or variable 'pathtool'
조회 수: 1 (최근 30일)
이전 댓글 표시
- When I click on "Set Path" I get the message "Undefined function or variable 'pathtool'". If I type "path" at the prompt I get a long list with paths, so it seems the path is ok - What can I do?
댓글 수: 1
Michael Born
2017년 7월 11일
편집: Michael Born
2017년 7월 11일
I had the same when installing 2017a after 2016b. The answer also solved my case. (OpenSuse 42.2)
Thank you.
채택된 답변
Ritesh Chandna
2017년 4월 10일
편집: Ritesh Chandna
2017년 4월 10일
Execute the following statements in MATLAB to resolve this issue:
>> restoredefaultpath
>> rehash toolboxcache
>> savepath
Please note that this will restore MATLAB to default paths, removing custom added paths.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!