どのような処理を行っているのか分からないので、教えていただきたいです。
显示 更早的评论
以下のURLのマルチステージの非線形モデル予測制御のコードを読んでいて分からない部分があるので、教えていただきたいです。
理解することができなかったコードは以下の部分です。
file_path = [char(proj.RootFolder), filesep, 'gen_script', filesep, 'calc_Ac.m'];
matlabFunction(Ac, 'File', file_path);
file_path = [char(proj.RootFolder), filesep, 'gen_script', filesep, 'calc_Bc.m'];
matlabFunction(Bc, 'File', file_path);
start_pos = [-1.0, 0.0, -pi];
goal_pos = [14, -2.25, 0];
pthObj = plan_MobileRobotPaths_using_RRT(Ts, path_Tf, start_pos, goal_pos);
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 ソフトウェア開発ツール 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!