|
发表于 2013-8-13 14:00:13
|
显示全部楼层
试了2个matlab版本,2010a和2010b,Real-SC积分器都打不开(其他模块可以打开),提示错误:
??? Error using ==> sel_int>type_Callback at 158
File "C:\Matlab_2010a\simsides_microsoft
windows\simsides\libraries\integrators\real\sc\fe\fesclib.mdl" contains characters which are
incompatible with the current character encoding, GBK. To avoid this error, do one of the
following:
1) Use the slCharacterEncoding function to change the current character encoding to one of:
Shift_JIS, windows-1252, ISO-8859-1.
2) Remove the unsupported characters. The first unsupported character is at line 893, byte
offset 50.
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> sel_int at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==>
guidemfile>@(hObject,eventdata)sel_int('type_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
咋解决? |
|