运行在MATLAB2018之后需要做以下修改:
0. Change file names to non capital names.
1. add to current path
2.include one "clc" at line 51
3 and one "close all" at line 52
4. include on warning off on line 53
5. change lg=legend('Workspace',1); for lg=legend('Workspace');
最后运行demobot.m即可。