Hello why I get this error when I am going to set the path ?

조회 수: 2 (최근 30일)
Wasna Madushanka Ediri Arachchi
Wasna Madushanka Ediri Arachchi 2019년 12월 5일
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));
Error using matlab.desktop.editor.openDocument (line 29)
too many input arguments
Error in opentoline (line 43)
editorObj = matlab.desktop.editor.openDocument(fileName);

답변 (1개)

galaxy
galaxy 2019년 12월 5일
  댓글 수: 1
Wasna Madushanka Ediri Arachchi
Wasna Madushanka Ediri Arachchi 2019년 12월 5일
My case is....set path GUI is not opening. When I click on it I get following...How can you help me?
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));

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 App Building에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by