Azzera filtri
Azzera filtri

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

4 visualizzazioni (ultimi 30 giorni)
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')

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 12 Set 2014
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"

Più risposte (0)

Categorie

Scopri di più su Programmatic Model Editing in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Prodotti


Release

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by