登录
首页 » matlab » matlab-code

matlab-code

于 2021-03-24 发布 文件大小:37KB
0 230
下载积分: 1 下载次数: 353

代码说明:

  给予遗传算法的航迹规划和路径规划算法,含全部源程序,提供大家共同学习(Route planning and path planning algorithm given genetic algorithm, including all source code, provided we learn together)

文件列表:

matlab code
...........\aliwork.fig,9927,2015-04-27
...........\aliwork.m,16061,2015-04-27
...........\angls2links.m,639,2015-04-27
...........\angls2links2.m,649,2015-04-27
...........\cross_singlepoint.m,433,2015-04-27
...........\fitnesstra2f.m,468,2015-04-27
...........\fitnesstra2ob.m,580,2015-04-27
...........\fitnesstra3f.m,657,2015-04-27
...........\fitnesstra3ob.m,746,2015-04-27
...........\fobstacle.m,1733,2015-04-27
...........\fobstacle2.m,1145,2015-04-27
...........\forkin.m,164,2015-04-27
...........\forkin3.m,191,2015-04-27
...........\ftorque.m,303,2015-04-27
...........\ftorque3.m,418,2015-04-27
...........\html
...........\....\aliwork.html,48066,2015-04-27
...........\invkin.m,226,2015-04-27
...........\invkin3.m,498,2015-04-27
...........\invkini.m,359,2015-04-27
...........\mutate1.m,300,2015-04-27
...........\Read me.txt,88,2015-04-27
...........\recor.m,403,2015-04-27
...........\recor2.m,285,2015-04-27
...........\torque.m,404,2015-04-27
...........\torque3.m,1515,2015-04-27
...........\trajectory_planning2f.m,4480,2015-04-27
...........\trajectory_planning2ob.m,4584,2015-04-27
...........\trajectory_planning3f.m,5588,2015-04-27
...........\trajectory_planning3ob.m,6170,2015-04-27
...........\trajt.m,1789,2015-04-27
...........\trajt3.m,2926,2015-04-27

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

发表评论

0 个回复

  • Advanced_Dynamics
    matlab中用于解决高等动力学hamilton系统的相关程序(matlab used to solve the system of higher hamilton dynamics related procedures)
    2007-10-08 21:27:50下载
    积分:1
  • galiosfield
    generation Galois filed and adding and multiplying
    2010-11-19 06:12:44下载
    积分:1
  • park
    数学建模之公园建路问题(2012年西北工业大学数学建模竞赛)(Mathematical modeling of the park was built Northwestern Polytechnical University Mathematical Contest in Modeling (2012))
    2012-09-07 19:41:48下载
    积分:1
  • LMS222
    应用LMS算法,用Matlab编程实现系统识别.(Application of LMS algorithm, using Matlab programming system identification.)
    2009-02-27 16:31:15下载
    积分:1
  • Scrosspectrum
    一维连续功率谱分析 一维序列x(n)的连续功率谱分析,ol(0:m)频率,tl(0:m)周期,sl(0:m)连续功率谱,st95(0:m)红噪音或白噪音谱的95 置信上限,strw(0:m) 红噪音或白噪音的谱密度,其中m=[n/2.]。 (Continuous power spectral analysis of one-dimensional one-dimensional sequence x (n) of continuous power spectrum analysis, ol (0: m) frequency, tl (0: m) cycle, sl (0: m) continuous power spectrum, st95 (0: m ) red noise or white noise spectrum of the 95 confidence limit, strw (0: m) of red noise or white noise spectral density, where m = [n/2.].)
    2010-05-28 10:01:10下载
    积分:1
  • DIANJI_MATLAB
    很好的关于各种发电机、电动机的程序,该程序使用matlab编写的,含有simulink仿真程序,非常不错哦!(good examples!)
    2014-09-24 21:47:02下载
    积分:1
  • matpower4.1
    电力系统潮流计算软件,最新版,可进行普通潮流、最优潮流计算、无功优化等。(optimization toolbox using a grid for optimal power flow and reactive power optimization)
    2013-12-02 15:39:16下载
    积分:1
  • fsk
    基于matlab 的fsk传输系统的仿真程序 包括性能分析,误差计算等(The fsk transmission system based on matlab simulation program, including performance analysis, error calculation)
    2010-06-18 14:56:52下载
    积分:1
  • gibbs
    吉布斯定轨法。 输入:轨道上任意三个点的位矢(R1,R2,R3); 输出:质点在R2端点时的速度V2;ierr是个判断符号,返回的ierr是零的话,就说明‘R1,R2,R3’共面,如果ierr是1的话说明‘R1,R2,R3’不共面(正常情 况下,要构成轨道的话,‘R1,R2,R3’一定共面 ,即ierr是零,如果ierr是1的话说明输入的‘R1,R2,R3’不共面不能构成轨道。 此函数用于:任意给定三个空间共面的向量,可以确定质点在R2处的速度V2,也就得到了轨道上的一个状态向量(R2,V2),调用前面的函数就可以确定其轨道,及任意时刻的状态。(Gibbs set the track method. Input: track any three points of the bit vector (R1, R2, R3) output: particle at R2 endpoint speed V2, ierr is a judgment symbol, The ierr that is returned is zero, then, it means' of R1, R2,, R3, ' coplanar, if ierr is 1, then description' of R1, R2,, R3, ' not a total surface (under normal circumstances, you want to constitute a track, then,' of R1, R2, R3, ' a certain total surface, ierr is zero, if ierr is an instructions to enter the words ' of R1, R2, R3' coplanarity can not constitute a track. This function is used: for any given three space vector of the surface, can determine the particle at the speed V2, R2 also track a state vector (R2, V2), call the previous function can determine its orbit, and at any time of the state.)
    2012-07-22 22:17:35下载
    积分:1
  • CLOCK
    时钟信号程序以及7279的编写程序,应用于毕业设计和课程设计~(Clock signal, and 7279 of the programming process, graduate design and curriculum design ~)
    2010-06-22 16:06:25下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载