码迷,mamicode.com
首页 > 其他好文 > 详细

MTLAB error(一)

时间:2015-10-22 21:22:25      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:

http://zhidao.baidu.com/link?url=IJs5iJym_L8bDOw4F48YFTbMFyYzgccZpC7AQJQYUW3E2QAwTDxm7uBFRhMAZWpydUjCCt99P6j48yYopuSFRH6CmkCt_EdPFU6S_rNBbgi&qq-pf-to=pcqq.c2c
File "D:\Program Files\MATLAB\project\untitled.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: windows-1252, ISO-8859-1.
2) Remove the unsupported characters. The first unsupported character is at line 28, byte offset 15
试一试在打开模型之前运行:bdclose all;set param(0,‘characterencoding‘,‘windows-1252‘);




技术分享

the model contains the characters that cannot be encoded with the model‘s character encoding,‘GBK’。

http://blog.sina.com.cn/s/blog_599dcaa501012tka.html

在建立的模块上选择-》file-》model property 然后找到history中的last Modified 把文本框内的内容改成英文名。

MTLAB error(一)

标签:

原文地址:http://www.cnblogs.com/fpga-altera/p/4902538.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!