回复: 新手上路---matlab运行问题?
第一个问题:Warning: Warning: MATLAB Toolbox Path Cache is out of date and is not being used.Type 'help toolbox_path_cache' for more info.
MATLAB Toolbox Path Cache过期?试着按照它的提示解决。
第二个问题好办:The element type "name" must be terminated by the matching end-tag "</name>".Could not parse the file: d:\matlab7.01\toolbox\ccslink\ccslink\info.xml
找到d:\matlab7.01\toolbox\ccslink\ccslink\info.xml这个文件,用文本编辑器打开它,找到<name>这个标签,应该对应有一个结束标签</name>,看是否少字符了,补充上保存即可,就不会出现这个问题了。
|