登录
首页 » matlab » 多智能体一阶二阶一致性 matlab 仿真

多智能体一阶二阶一致性 matlab 仿真

于 2021-03-18 发布
0 266
下载积分: 1 下载次数: 10

代码说明:

说明:  多智能体一阶二阶一致性 matlab 仿真,对编队的控制实现(Matlab simulation of multi-agent first-order and second-order consistency is used to realize the formation control)

文件列表:

说明.txt, 181 , 2019-06-10
多智能体一阶二阶一致性 matlab 仿真, 0 , 2019-03-12
多智能体一阶二阶一致性 matlab 仿真\WechatIMG2.jpeg, 110229 , 2018-07-29
__MACOSX, 0 , 2019-03-12
__MACOSX\多智能体一阶二阶一致性 matlab 仿真, 0 , 2019-03-12
__MACOSX\多智能体一阶二阶一致性 matlab 仿真\._WechatIMG2.jpeg, 266 , 2018-07-29
多智能体一阶二阶一致性 matlab 仿真\.DS_Store, 6148 , 2019-03-12
__MACOSX\多智能体一阶二阶一致性 matlab 仿真\._.DS_Store, 120 , 2019-03-12
多智能体一阶二阶一致性 matlab 仿真\固定系统一致性.zip, 11621 , 2019-03-12
__MACOSX\多智能体一阶二阶一致性 matlab 仿真\._固定系统一致性.zip, 753 , 2019-03-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLABck
    MATLAB的一些参数设置的参考,方便对参数的设置,本人认为很好(MATLAB reference set some parameters to facilitate the setting of the parameters, I think a good)
    2010-06-26 18:04:24下载
    积分:1
  • code
    混沌时间序列加权零阶局域预测.对混沌时间序列进行零阶加权计算,是混沌时间序列预测方法之一(zero-order Weighted partial method)
    2020-11-28 22:59:29下载
    积分:1
  • PowerTrace
    电力市场中用于潮流追踪确定分摊费用的程序(Program for the electricity market trend tracking to determine the cost-sharing)
    2021-01-31 23:20:01下载
    积分:1
  • MODIFIED_SEPIC_WITH-MAGNETIC-COUPLIG
    MATLAB MODEL OF MODIFIED SEPIC CONVERTER WITH MAGNETIC COUPLING
    2015-02-15 16:02:09下载
    积分:1
  • evfpjqnu
    计算加权加速度,单径或多径瑞利衰落信道仿真,Relief计算分类权重,详细画出了时域和频域的相关图,isodata 迭代自组织的数据分析,用MATLAB实现的压缩传感,包括最小二乘法、SVM、神经网络、1_k近邻法,仿真效果非常好。( Weighted acceleration, Single path or multipath Rayleigh fading channel simulation, Relief computing classification weight, Correlation diagram shown in detail the time domain and frequency domain, Isodata iterative self-organizing data analysis, Using MATLAB compressed sensing, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Simulation of the effect is very good.)
    2016-03-31 20:46:03下载
    积分:1
  • hough
    Hough变换的一个实例,matlab语言编写。(An example of Hough transform, matlab language.)
    2007-10-18 15:02:02下载
    积分:1
  • guiji
    利用MATLAB程序逐个统计图像的边界点,并存入矩阵(MATLAB program using statistical image boundary points one by one, and deposited matrix)
    2010-08-04 21:58:23下载
    积分:1
  • calculation_method_Algorithm_Design_and_Implementa
    说明:  本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集~~(The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differential equations using finite difference method, equation Root, linear equations iterative method, the direct method of linear equations, etc. The answer also includes exercises and MATLAB files reference collection ~ ~)
    2010-04-15 12:27:35下载
    积分:1
  • fyqzexsy
    多目标跟踪的粒子滤波器,GnCeSur参数一种流形学习算法(很好用),matlab开发工具箱中的支持向量机,采用波束成形技术的BER计算,aNjewOn条件IMC-PID是利用内模控制原理来对PID参数进行计算,车牌识别定位程序的部分功能。( Multi-target tracking particle filter, GnCeSur parameter A fluid manifold learning algorithm (good use), matlab development toolbox support vector machine, By applying the beam forming technology of BER aNjewOn condition The IMC- PID is using the internal model control principle for PID parameters is calculated, Part of the license plate recognition locator feature.)
    2016-02-24 17:22:30下载
    积分:1
  • C
    说明:  1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将char *→int 13 1.14 使用库函数itoa,将int→char * 14 1.15 不使用库函数,将int→char * 14 1.16 不使用库函数,将char *→int 15 1.17 求两个整数的最大公约数 16 1.18 Little_endian or Big_endian 17 1.19 sizeof与strlen的区别 19 1.20 实现String类的BIG_FOUR 19 1.21 struct和union的区别 20 1.22 char字符变量与int整型数据 22 1.23 字,字节,字符,比特 23 1.24 空格、空字符、字符数组结束符的区别 25(1.1 C Basics 1 1.2 Functions and header files 2 1.3 C preprocessor 3 1.4 will be a long-type characters into four 1.5 strcpy function 4 1.6 assert usage 5 1.7 itoa function and atoi function 6 1.8 strcmp function to achieve 8 1.9 strcpy function to achieve 9 1.10 memcpy function to achieve 10 Achieve 11 1.11 memcpy and memmove function 1.12 strcat function to achieve 13 1.13 using the library function atoi, the char* → int 13 1.14 using the library function itoa, the int → char* 14 1.15 does not use the library function, int → char* 14 1.16 does not use the library function, char* → int 15 1.17 find the greatest common divisor of two integers 16 1.18 Little_endian or Big_endian 17 Difference 1.19 sizeof and strlen 19 1.20 realize BIG_FOUR String class 19 Difference 1.21 struct and union of 20 1.22 char and int integer variable character data 22 1.23 word, byte, character, bit 23 Difference 1.24 spaces, null characters, character array termi)
    2014-10-08 10:33:55下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载