When I'm trying to open the a Simulink model, I encounter the following errors:
"Error using => open at 162
Unable to load model file '<file_name>.mdl' due to the presence of characters that are not supported in the current character encoding setting 'GBK' ..."
The problem usually occurs in non-English operating systems.
To resolve the problem, run the following command in the MATLAB console:
bdclose all;
set_param(0,'CharacterEncoding','windows-1252')
AR# 30501 | |
---|---|
日付 | 05/22/2014 |
ステータス | アーカイブ |
種類 | 一般 |