- tempdir
- prefdir
- matlabroot
- !hostname
sometimes in the MATLAB command line window, it will occur " Caught "std::exception" Exception message is: Invalid character code sequence detected."
43 ビュー (過去 30 日間)
古いコメントを表示
sometimes in the MATLAB command line window, it will occur " Caught "std::exception" Exception message is: Invalid character code sequence detected."
0 件のコメント
採用された回答
Tushar Sharma
2023 年 12 月 4 日
Hi jiang,
When you encounter the message "Invalid character code sequence detected", it typically indicates the presence of non-English characters in a file path.
You may want to check the following potential paths for non-English characters:
By replacing any non-English characters with standard English characters in these paths, you may be able to resolve this error.
I hope this information proves helpful to you!
2 件のコメント
Andrés
2024 年 9 月 12 日
Hi Tushar Sharma,
Thank you for your suggestion. I’ve checked all the paths you mentioned, including tempdir, prefdir, matlabroot, and the hostname, and I can confirm that none of them contain any non-English characters. Despite this, I’m still encountering the same issue with the error message: "Invalid character code sequence detected."
Would you have any other recommendations or insights on how to resolve this issue?
Thank you in advance for your help.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Performance and Memory についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!