当前位置:网站首页>第4章-一阶多智体系统一致性 -> 领航跟随系统一致性【程序代码】
第4章-一阶多智体系统一致性 -> 领航跟随系统一致性【程序代码】
2022-07-17 10:31:00 【Zhao-Jichao】
| 第4章-一阶多智体系统一致性 -> 领航跟随系统一致性 | 回到目录 | 待续 |
|---|
1. 静态领航者
% 多智能体系统一致性的控制基础及其应用
% 第4章-一阶多智体系统一致性 -> 领航跟随系统一致性
% Author: Zhao-Jichao
% Date: 2022-07-14
clear
clc
%% Laplacian Matrix
global L Ll
L = [1 0 0 -1
-1 1 0 0
0 -1 1 0
0 0 -1 1];
Ll= diag([1 1 0 0]);
%% Initial States
Xf = [20 10 40 00];
Xl = 20;
%% Time Parameters
tBegin = 0;
tFinal = 20;
tspan = [tBegin, tFinal];
%% Calculate ODE Function
In = [Xl Xf]';
out = ode23(@ctFun, tspan, In);
t = out.x;
X = out.y;
%% Draw Graphs
plo边栏推荐
猜你喜欢

【ACWing】947. text editor

Convert video format to GIF picture format

MySQL 用户管理

目标检测模型大小计算,模型复杂度(参数换算公式)

在Pycharm里面如何避免全局索引?如何取消对于某个文件夹的索引?

MySQL -- SQL optimization case -- implicit character encoding conversion

uniapp仓库管理系统源码
![[C language] storage of floating-point type in memory](/img/a5/5e360fb0a1b3425dd9372cc29d0a3b.png)
[C language] storage of floating-point type in memory

多租户 SaaS 的数据库设计模式,你学废了吗?
![[performance optimization methodology series] VI. summary](/img/46/81261e4ed5c1efe48acb979ac39f7b.jpg)
[performance optimization methodology series] VI. summary
随机推荐
Componentized advanced -- slot
将视频格式转换为gif图片格式
Go exceed API source code reading (II) -- openFile ()
Es conceptual model and basic faults
[hero planet July training leetcode problem solving daily] 17th kuansou
LDA分类器
【C语言】自定义类型初阶知识点
v-mode
Flink small knowledge -- configuration of task scheduling slots slotsharinggroup
第十一章 STL 之 queue
Part I - Fundamentals of C language_ 5. Arrays and strings
Chapter 12 list of STL
Develop the first Flink app
C语言基础篇 —— 2-1 指针与野指针
[C language] user defined type elementary knowledge points
Chapter 10 stack of STL
ArrayList底层分析
Static routing!! Static routing!! Static routing!!
R语言data.table导入数据实战:data.table使用dcast.data.table函数实现透视表(pivot table)
代码庆端午--粽你心意