smallfox 发表于 2006-1-29 17:48

请教大家一个matlab 的问题

<P>我用的是matlab7.0,启动后就有下面这段,不知为什么</P>
<P>The element type "name" must be terminated by the matching end-tag "&lt;/name&gt;".<BR>Could not parse the file: e:\programfiles\matlab7\toolbox\ccslink\ccslink\info.xml</P>

madio 发表于 2006-1-29 23:27

<P>你可以按照提示将e:\programfiles\matlab7\toolbox\ccslink\ccslink\info.xml文件的name标记加上一个结束标记"&lt;/name&gt;"试试看看效果!</P>

mathshope 发表于 2006-6-1 09:03

<p>解决办法:该目录下的info.xml文件有这么一句:</p><p>&lt;name&gt;Link for Code Composer Studio?/name&gt; </p><p>很明显这里少了一个"&lt;",加上去便可:<br/>&lt;name&gt;Link for Code Composer Studio?&lt;/name&gt;</p>

happyhit 发表于 2006-6-18 23:19

同问

kissingfire 发表于 2006-11-23 19:11

是的
页: [1]
查看完整版本: 请教大家一个matlab 的问题