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!