各位大神,求助,我安装的遗传算法工具,在调用函数的时候老是出现,下面这个提醒
Warning: Could not find an exact (case-sensitive) match for 'crtbp'.
D:\Program Files\MATLAB\R2008a\toolbox\gatbx20140308\gatbx\crtbp.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:InexactCaseMatch').
This warning will become an error in future releases.
而在大的程序的运行中就提示出现错误,求大神指点
Warning: Could not find an exact (case-sensitive) match for 'crtbp'.
D:\Program Files\MATLAB\R2008a\toolbox\gatbx20140308\gatbx\crtbp.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:InexactCaseMatch').
This warning will become an error in future releases.
而在大的程序的运行中就提示出现错误,求大神指点
