登录
首页 » matlab » consensus-formation-control-master

consensus-formation-control-master

于 2021-03-18 发布 文件大小:1523KB
0 584
下载积分: 1 下载次数: 55

代码说明:

  实现多智能体一致性编队, 是学习多智能体编队较好的资料。(The consensus formation control of multi-agent systems can be achieved.)

文件列表:

consensus-formation-control-master, 0 , 2017-05-18
consensus-formation-control-master\.gitignore, 32 , 2017-05-18
consensus-formation-control-master\Abbreviations.xlsx, 9017 , 2017-05-18
consensus-formation-control-master\Petit_Jens_BA.pdf, 1570293 , 2017-05-18
consensus-formation-control-master\Quadrotor, 0 , 2017-05-18
consensus-formation-control-master\Quadrotor\Plots, 0 , 2017-05-18
consensus-formation-control-master\Quadrotor\Plots\quad_x_step.eps, 47539 , 2017-05-18
consensus-formation-control-master\Quadrotor\Plots\quad_x_step.tikz, 72640 , 2017-05-18
consensus-formation-control-master\Quadrotor\Plots\quad_y_step.eps, 47684 , 2017-05-18
consensus-formation-control-master\Quadrotor\Plots\quad_y_step.tikz, 72638 , 2017-05-18
consensus-formation-control-master\Quadrotor\Plots\quad_z_step.eps, 24322 , 2017-05-18
consensus-formation-control-master\Quadrotor\Plots\quad_z_step.tikz, 5776 , 2017-05-18
consensus-formation-control-master\Quadrotor\main.m, 3563 , 2017-05-18
consensus-formation-control-master\Quadrotor\reduce.m, 364 , 2017-05-18
consensus-formation-control-master\Quadrotor\simulation.slx, 29575 , 2017-05-18
consensus-formation-control-master\README.md, 159 , 2017-05-18
consensus-formation-control-master\create_r_relative.m, 2314 , 2017-05-18
consensus-formation-control-master\desired_pos_abs.m, 1081 , 2017-05-18
consensus-formation-control-master\graph_create.m, 2376 , 2017-05-18
consensus-formation-control-master\main.m, 5386 , 2017-05-18
consensus-formation-control-master\plot_alpha_ref_i.m, 693 , 2017-05-18
consensus-formation-control-master\plot_animated_traj_2D.m, 2340 , 2017-05-18
consensus-formation-control-master\plot_animated_traj_3D.m, 3244 , 2017-05-18
consensus-formation-control-master\plot_correction.m, 525 , 2017-05-18
consensus-formation-control-master\plot_error.m, 2189 , 2017-05-18
consensus-formation-control-master\plot_error_spacing.m, 1418 , 2017-05-18
consensus-formation-control-master\plot_export_fig.m, 168 , 2017-05-18
consensus-formation-control-master\plot_limit_acc.m, 4716 , 2017-05-18
consensus-formation-control-master\plot_matlab2tikz_wenigerlemente2.m, 985 , 2017-05-18
consensus-formation-control-master\plot_max_dist.m, 510 , 2017-05-18
consensus-formation-control-master\plot_xi_ref.m, 377 , 2017-05-18
consensus-formation-control-master\plot_xi_ref_vs_contr.m, 3548 , 2017-05-18
consensus-formation-control-master\reduce.m, 373 , 2017-05-18
consensus-formation-control-master\simulation.slx, 56219 , 2017-05-18

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

发表评论

0 个回复

  • modified_jakes
    说明:  jake信道的仿真模型,matlab语言实现,可以用于一般移动无线信道的仿真(the simulation model of Jake channel, be completed in matlab, be simulated to mobile wireless communication channel )
    2005-09-11 10:57:44下载
    积分:1
  • 电力电子技术 西安交通大学 王兆安 书配套MATLAB/simulink
    电力电子技术 西安交通大学 王兆安 书配套MATLAB/simulink 仿真(Power Electronics Technology, Xi an Jiaotong University Wang Zhao book package MATLAB/simulink simulation)
    2020-12-05 22:39:23下载
    积分:1
  • prcatice1
    802.11a, 802.11b与802.11g的throughput计算程序,只需按照程序提示即可算出不同协议下throughput的理论值。(A computing program for the throughput of 802.11a, 802.11b as well as 802.11g. You can get the throughput by typing in parameters as the guidance on the screen.)
    2013-11-06 09:45:33下载
    积分:1
  • ZigbeeAnalysis
    Zigbee related codes
    2013-05-04 03:06:28下载
    积分:1
  • pulse_train
    generation of a pulse train
    2009-05-16 06:21:44下载
    积分:1
  • xiaobozhenqiang_image
    在图像增强的处理过程中采用了小波增强的方法,对模糊图像有一定的作用(In the image enhancement process to enhance the use of the wavelet method, the blurred image to a certain extent)
    2009-05-28 09:33:34下载
    积分:1
  • bicycleStability
    三自由度自行车模型,非线性轮胎模型,考虑纵向加速度(Three DOF bicycle model, nonlinear tire model, considering the longitudinal acceleration)
    2013-09-12 04:11:10下载
    积分:1
  • chirpedVI_PHASE_SHIFT
    用vi传输矩阵法研究啁啾相移光栅的传输谱特性(Vi transfer matrix method using phase shift transmission study chirped grating spectral characteristics)
    2015-03-18 10:48:06下载
    积分:1
  • CMATLABconnect
    VC运算速度较快,相对于matlab而言,编程较为烦琐,而matlab编程灵活,并且方很多工具箱,使用极为方便,但是matlab的M语言编写的仿真程序的仿真速度相对较慢。 C-MEX函数是基于C语言编写的C与matlab接口函数,是matlab应用程序接口的一个重要组成部分。通过它不但可以将现有的C语言编写的程序轻松地引入到matlab环境中使用,避免了重复的程序设计,而且可以使用C语言为matlab定制用于特定目的的函数(如为了保护算法设计等), 以完成在matlab中不易实现的任务。此外,更重要的一点,使用C语言编写的C-MEX函数可以有效地提高M灯matlab环境中数据处理速度和效率。 (VC computing faster, compared to matlab, the program is more cumbersome, but matlab programming flexibility, and a lot of side toolbox, use very convenient, but the M-language matlab simulation program written in a relatively slow simulation speed. C-MEX function is based on the C language interface written in C and matlab functions matlab application interface is an important component. It can not only be through the existing programs written in C language easily introduced into the matlab environment, to avoid the duplication of programming, and can be customized using the C language for matlab functions for specific purposes (such as algorithm design, etc. in order to protect ), Matlab in order to complete the task is not easy to achieve. In addition, more importantly, the use of C language written in C-MEX function can effectively improve the M light matlab environment, data processing speed and efficiency. )
    2009-12-21 10:03:58下载
    积分:1
  • Matlabprogram
    MATLAB神经网络源程序,有关人工神经网络模型的MATLAB的m文件。(MATLAB neural network source code, the artificial neural network model of the MATLAB m-files.)
    2009-05-03 07:47:02下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载