After upgrading Win11, MATLAB garbled characters

31 次查看(过去 30 天)
第四
第四 2024-7-18,1:14
编辑: Stephen23 2024-7-18,11:21
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?

回答(1 个)

Divyajyoti Nayak
Divyajyoti Nayak 2024-7-18,2:27
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.
  2 个评论
第四
第四 2024-7-18,4:12
Hello, thank you for your answer, but what I opened is indeed a script file, and opening it with notepad++ is still all garbled.
Stephen23
Stephen23 2024-7-18,5:09
编辑:Stephen23 2024-7-18,11:21
Perhaps it is a Pfile with an incorrect file extension.
Please upload the file here by clicking the paperclip button.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by