Problems with Set path

조회 수: 1 (최근 30일)
Chia-Hsuan Liao
Chia-Hsuan Liao 2018년 12월 26일
댓글: Chia-Hsuan Liao 2018년 12월 26일
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