Filter löschen
Filter löschen

sometimes in the MATLAB command line window, it will occur " Caught "std::exception" Exception message is: Invalid character code sequence detected."

33 Ansichten (letzte 30 Tage)
sometimes in the MATLAB command line window, it will occur " Caught "std::exception" Exception message is: Invalid character code sequence detected."

Akzeptierte Antwort

Tushar Sharma
Tushar Sharma am 4 Dez. 2023
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:
  • tempdir
  • prefdir
  • matlabroot
  • !hostname
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!

Weitere Antworten (0)

Kategorien

Mehr zu Software Development Tools finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by