|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
请教高手一下:mdl文件在6.5里面做的,但是到了7.0里面却打不开,下面就是相关信息:Warning: Unable to load model file 'd:\Program Files\MATLAB704\work\twenty_3.mdl' due to the presence of characters that are not supported in the current character encoding setting 'ibm-1386_P100-2002'. Either:
1) run "bdclose all; set_param(0,'CharacterEncoding', Enc)" where Enc is one of windows-1252, ISO-8859-1, then load the model, or
2) remove the unsupported characters. The first such character occurs on line 170, byte offset 23.
> In general\private\openmdl at 13
In open at 141
In uiopen at 181
Warning: See help sprintf for valid escape sequences.
> In open at 157
In uiopen at 181
然后我按照提示1来作,结果又出现了下面的信息
bdclose all; set_param(0,'CharacterEncoding', Enc)
??? Undefined function or variable 'Enc'.
看那位前辈高手指点一二,不吝致谢!!! |
|