After upgrading Win11, MATLAB garbled characters
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
After upgrading win11, open matlab2024a, all programs under one of the folder paths become garbled, not only Chinese comments, including all code; But there is no problem with other folders.
Have you encountered this kind of problem? Is there any workaround that can be tried?

0 Kommentare
Antworten (1)
Divyajyoti Nayak
am 18 Jul. 2024
Hi @第四, it looks like you have opened a 'pcode' file (file with extension '.p'). 'pcode' files are MATLAB program files in a proprietary, obfuscated code format. You can't read them in any way but you can run all the functions in the script. Here's the documentation page for them:
Normal MATLAB scripts have an extension of '.m'. Try opening one of those.
3 Kommentare
Siehe auch
Kategorien
Mehr zu Package and Share Apps 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!
