I implement the following steps in Simulink 7.1 (R2008a) 1. Open simulink new-model editor. 2. Drag and drop some block into the model. 3. Re-name the block in Korean and Save the model. Simulink complains that Korean characters cannot be saved: ??? Error using ==> save_system If I execute the following commands bdclose all; set_param(0, 'CharacterEncoding', 'ISO-8859-1') I can save mdl file with Korean named block.
Neeta Dsouza answered .
2025-11-20
load_system('simulink');
feature('MultibyteCharSetChecking',0);