解决??? XML-file failed validation against schema located in:
D:\Program Files\MATLAB\R2007b\sys\namespace\info\v1\info.xsd
XML-file name: d:\program files\matlab\r2007b\toolbox\hosa_d\hosa\info.xml
To retest the XML-file against the schema, call the following java method:
com.mathworks.xml.XMLValidator.validate(...
'd:\program files\matlab\r2007b\toolbox\hosa_d\hosa\info.xml',...
'D:\Program Files\MATLAB\R2007b\sys\namespace\info\v1\info.xsd', true)
Errors:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found
starting with element 'area'. One of '{MathWorksID, type}' is expected.
运行hosaver:
Warning: Could not find an exact (case-sensitive) match for 'hosaver'.
D:\Program Files\MATLAB\R2007b\toolbox\hosa_d\hosa\HOSAVER.M is a case-insensitive
match and will be used instead.
You can improve the performance of your code by using exact
name matches and we therefore recommend that you update your
usage accordingly. Alternatively, you can disable this warning using
warning('off','MATLAB:dispatcher:InexactMatch').
Higher-Order Spectral Analysis Toolbox.
Version 2.0.3 (R12 compliant) 27 Dec 2000
安装原版工具箱之所以出现问题是因为没有将文件名全部改成小写,无法运行hosademo是因为缺少choices.m文件,参考http://cn.mathworks.com/matlabcentral/fileexchange/3013-hosa-higher-order-spectral-analysis-toolbox。本资源是整理后的工具箱,直接安装就可使用,运行hosaver显示成功安装信息,运行hosademo查看示例。
1