Filter löschen
Filter löschen

after installing Matlab R2017a on Ubuntu I cannot set the path. I get the error "Undefined function or variable 'pathtool'

1 Ansicht (letzte 30 Tage)
- 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 Kommentar
Michael Born
Michael Born am 11 Jul. 2017
Bearbeitet: Michael Born am 11 Jul. 2017
I had the same when installing 2017a after 2016b. The answer also solved my case. (OpenSuse 42.2)
Thank you.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Ritesh Chandna
Ritesh Chandna am 10 Apr. 2017
Bearbeitet: Ritesh Chandna am 10 Apr. 2017
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.

Weitere Antworten (0)

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!

Translated by