Error when trying to open the live script in the help document
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시

When I tried to open the live script provided in the help document,this error occurred , what can I do with it?
댓글 수: 0
답변 (1개)
Zheng Yang
2018년 12월 20일
0 개 추천
This is because the new MATLAB do not surport the pathname with sysmbols whose ASCII is greater than 127, for example, Chinese sysmbols.
You can use the command >> userpath('define your own pathname') to solve the problem.
댓글 수: 1
YUCHEN MU
2018년 12월 20일
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!