求助:关于保存simulink模型的问题!急~~~~~~~
我在装好了MATLAB7.0之后,建立了一个simulink模型,在保存的时候出现了问题。一直不能保存!它给的提示是这样的:The modle 'untitled' contains characters that cannot be encoded with the modle`scharacter encoding,'GBK'.Either:
1)change the character encoding setting of the modle,by using:set_param('untitled','SavedCharacterEncoding','GBK'),or
2)idengtify the characters that cannot be encoded and remove them from the modle.The first unsupported character occurs on line 55,byte offset 22 in the file
D:\MATLAB71\work\untitled.err
希望各位给帮帮忙呀~我以为是编码问题,把系统的编码改称简体编码'big5',还是不行。轻大家给看看!!!小弟在这里先谢谢了~ :Q:Q:( 恩,你首先看看你的模型里是否有冗余的模块,将其删除,还是不行,将模型里出现的中文删除,再保存试试。
模块名称改用英文
模块名称,系统中不能包含”中文“ 对呀,肯定是中文问题了。不能用中文,而且MATLAB不支持GBK什么的,要显示中文该改成ISO-8859-1,这个比较麻烦,你还是直接把中文去了就行了。 你在登陆windows时登陆ADMIN帐号就行,你的目录里面有中文名 对的,应用很多国外的软件都是这相问题,最好不要用中文的目录或名称!
页:
[1]