登录
首页 » matlab » vehicle-model

vehicle-model

于 2021-03-30 发布 文件大小:415KB
0 168
下载积分: 1 下载次数: 283

代码说明:

  汽车七自由度的模型,包括M文件。可以和carsim联合仿真,对做汽车动力学仿真很有用。(Seven degrees of freedom vehicle model, including M files.Can and carsim joint simulation, is very useful to do vehicle dynamics simulation.)

文件列表:

七自由度汽车模型Matlab-Simulink
...............................\canshu.m,106,2014-03-24
...............................\hs_err_pid1392.log,16748,2014-03-24
...............................\seven_dugoff.mdl,239555,2014-03-24
...............................\seven_dugoff.mdlPreview,109607,2014-03-22
...............................\seven_dugoff_sfun.mexw32,376320,2014-01-09
...............................\slprj
...............................\.....\_sfprj
...............................\.....\......\seven_dugoff
...............................\.....\......\............\_self
...............................\.....\......\............\.....\sfun
...............................\.....\......\............\.....\....\info
...............................\.....\......\............\.....\....\....\binfo.mat,2869,2014-01-09
...............................\.....\......\............\.....\....\src
...............................\.....\......\............\.....\....\...\c1_seven_dugoff.c,44025,2014-01-09
...............................\.....\......\............\.....\....\...\c1_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c1_seven_dugoff.obj,34762,2014-01-09
...............................\.....\......\............\.....\....\...\c2_seven_dugoff.c,44025,2014-01-09
...............................\.....\......\............\.....\....\...\c2_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c2_seven_dugoff.obj,34762,2014-01-09
...............................\.....\......\............\.....\....\...\c3_seven_dugoff.c,44026,2014-01-09
...............................\.....\......\............\.....\....\...\c3_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c3_seven_dugoff.obj,34762,2014-01-09
...............................\.....\......\............\.....\....\...\c4_seven_dugoff.c,44025,2014-01-09
...............................\.....\......\............\.....\....\...\c4_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c4_seven_dugoff.obj,34762,2014-01-09
...............................\.....\......\............\.....\....\...\c5_seven_dugoff.c,56041,2014-01-09
...............................\.....\......\............\.....\....\...\c5_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c5_seven_dugoff.obj,40831,2014-01-09
...............................\.....\......\............\.....\....\...\c6_seven_dugoff.c,44659,2014-01-09
...............................\.....\......\............\.....\....\...\c6_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c6_seven_dugoff.obj,34419,2014-01-09
...............................\.....\......\............\.....\....\...\c7_seven_dugoff.c,41482,2014-01-09
...............................\.....\......\............\.....\....\...\c7_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c7_seven_dugoff.obj,32690,2014-01-09
...............................\.....\......\............\.....\....\...\c8_seven_dugoff.c,42330,2014-01-09
...............................\.....\......\............\.....\....\...\c8_seven_dugoff.h,991,2014-01-09
...............................\.....\......\............\.....\....\...\c8_seven_dugoff.obj,34253,2014-01-09
...............................\.....\......\............\.....\....\...\lccstub.obj,384,2014-01-09
...............................\.....\......\............\.....\....\...\rtwtypes.h,9003,2014-01-09
...............................\.....\......\............\.....\....\...\rtwtypeschksum.mat,1041,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.bat,79,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.c,12347,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.exp,54,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.h,912,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.lib,2804,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.lmk,2937,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.lmko,959,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun.obj,9582,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun_debug_macros.h,16044,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun_registry.c,6698,2014-01-09
...............................\.....\......\............\.....\....\...\seven_dugoff_sfun_registry.obj,31989,2014-01-09
...............................\七自由度车辆数学模型.doc,147968,2013-06-08

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

发表评论

0 个回复

  • 0
    说明:  给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 (Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
    2009-07-01 23:07:01下载
    积分:1
  • pre_digital_distortion
    pre_distrion源程序,smilink源程序,可以对初学者有一定的帮助。(pre_distrion source, smilink source, can be helpful for beginners.)
    2011-02-11 10:15:46下载
    积分:1
  • vmscan
    Removed kswapd_ctl limits, and swap out as many pages as needed to bring the system back to freepages.high: 2.4.97, Rik van Riel.
    2014-09-18 12:03:33下载
    积分:1
  • statcom
    级联多电平静止同步补偿器,采用载波移相法产生触发脉冲,触发IGBT。(Cascaded multilevel calm ended synchronous compensator, the use of carrier phase shift method to generate a trigger pulse, the trigger IGBT.)
    2020-07-01 23:20:01下载
    积分:1
  • 2
    说明:  matlab SIMULINK Arabic tutorial part 2
    2014-10-10 14:02:53下载
    积分:1
  • 69644
    Economic dispatch is the short-term determination of the optimal output of a number of electricity generation facilities, to meet the system load, at the lowest possible cost, subject to transmission and operational constraints. The Economic Dispatch Problem is solved by specialised computer software which should honour the operational and system constraints of the available resources and corresponding transmission capabilities. In the US Energy Policy Act of 2005 the term is defined as the operation of generation facilities to produce energy at the lowest cost to reliably serve consumers, recognising any operational limits of generation and transmission facilities .
    2015-04-08 19:29:57下载
    积分:1
  • faobai
    通过虚拟阵元进行DOA估计,ldpc码的编解码实现,关于神经网络控制。( Conducted through virtual array DOA estimation, Codec ldpc code implementation On neural network control.)
    2017-02-03 12:21:15下载
    积分:1
  • example
    说明:  可以进行txt数据的导入,txt数据里可以包含中文。(You can import TXT data, which can contain Chinese.)
    2021-04-01 10:35:41下载
    积分:1
  • rw_l1
    用reweighted L1优化进行压缩感知的信号重建算法(Optimized by reweighted L1 signal is compressed sensing reconstruction algorithm)
    2010-12-16 10:51:59下载
    积分:1
  • d1_text
    一维fdtd程序,自由空间,调制高斯脉冲波源(1 dimensional fdtd program)
    2012-04-05 19:33:18下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载