help does not open support website
이전 댓글 표시
MATLAB R2018b
When I click on Help ? button, then click on Support Web Site, I get the following error message:
One or more output arguments not assigned during call to "varargout".
Error in web>openWindowsBrowser (line 382)
[stat,output] = dos(strcat('cmd.exe /c rundll32
url.dll,FileProtocolHandler "', html_file, '"'));
Error in web (line 157)
stat = openWindowsBrowser(html_file, options);
댓글 수: 4
Walter Roberson
2018년 11월 24일
what shows up for
which -all dos
Gerald DiBona
2018년 11월 24일
Walter Roberson
2018년 11월 24일
That looks okay. I am not sure why the problem is showing up.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Variables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!