上传者: LeonSUST
|
上传时间: 2022-02-14 09:11:48
|
文件大小: 10KB
|
文件类型: ZIP
运行在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即可。