PDA

查看完整版本 : 【求助】运行.M文件时出错,请教解决办法


pentagonus
2007-07-03, 09:46
运行一个.M文件时出现这样的警告,怎样解决?
Could not find an exact (case-sensitive) match for 'bn'. F:\PHD courses\engine cycle simulation\hil\bn.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').

geoer
2007-07-03, 10:04
警告可以不管,不过你的警告问题没看明白.

yanzhouguang
2007-08-25, 13:45
matlab7文件匹配是区分大小写的。你的文件中有大写字母
检查一下,最好把后缀名改成.m小写的
但一般不影响结果的