Problems with Set path

2 次查看(过去 30 天)
Hi there,
I might mis-chose too many subfolders and then the set path GUI seems to be broken. Below is the error message I got:
Could anyone help me with this? Thanks a lot!
Error using narginchk (line 10)
too many input arguments
Error in usejava (line 43)
narginchk(1,1);
Error in javachk (line 43)
if ~usejava(requiredLevel)
Error in pathtool (line 11)
error(javachk('swing', mfilename));

采纳的回答

Walter Roberson
Walter Roberson 2018-12-26
restoredefaultpath and then you can use pathtool again . Any third-party software that has its own narginchk must go at the end and probably needs to be fixed.
  1 个评论
Chia-Hsuan Liao
Chia-Hsuan Liao 2018-12-26
I see. Thank you very much! I really appreciate it. :)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by