Why menu of Simulink is gibberish when changing character encoding to open Simulink model made in foreign country?

4 次查看(过去 30 天)
When I tried to open Simulink model made in foreign language, an error occurred. So I tried to execute following command, I could open a model, but menu of Simulink editor is gibberish.
bdclose all; set_param(0,'CharacterEncoding','Windows-1252')

采纳的回答

MathWorks Support Team
There are two ways to solve this problem.
1. Change a locale of OS to the country where a model is made. To change the locale on Windows machine: 
Select Start -> Control Panel -> Clock, Language, and Region -> Regional and Language.
Open Formats tab.
Select a target locale from the Format: drop-down list.
2. Delete the characters not supported in the Character Encoding.
This is a way to delete the characters from a model.
 
(1) Remember error message "・・・Line 123 , 45  bytes" when opening Simulink mode. 
 
(2) Open Simulink model by MATLAB editor, and look for Line 123, 45 bytes. If you find specific character, delete it and save it as ".mdl" file. 
 
(3) Open the model made by (2).
Do the procedure (1)-(3) until all the error are resolved.
 
Finally, open the model again by MATLAB editor. Find character "SavedCharacterEncoding", and change the value as following, and save it.
 
SavedCharacterEncoding "Shift_JIS"

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

标签

尚未输入任何标签。

产品


版本

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by