1 Star 0 Fork 0

shaopengyuan/mpc-matlab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Init.m 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
french little shit 提交于 2019-10-04 21:17 . added files
%Initialization file for some Parameters:
%Sample time for the MPC:
Ts=1;
%Simulation/Implementation time:
N=40;
%Horizon time for MPC:
H=5;
%Generate reference trajectory:
ref=[-0.8+0.5*cos(0.2*(0:Ts:(N+H))+pi/4);...
-0.4+0.5*sin(0.2*(0:Ts:(N+H))+pi/4)];
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaopengyuan/mpc-matlab.git
git@gitee.com:shaopengyuan/mpc-matlab.git
shaopengyuan
mpc-matlab
mpc-matlab
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385