在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → MATLAB航空工具箱

MATLAB航空工具箱

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.02M
  • 下载次数:18
  • 浏览次数:525
  • 发布时间:2020-11-03
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
MATLAB工具箱,航空工具箱,Aerospace_toolbox
【实例截图】
【核心代码】
49442328Aerospace-Toolbox-2.2
└── aero
├── aero
│   ├── @Aero
│   │   ├── @Animation
│   │   │   ├── addBody.p
│   │   │   ├── Animation.m
│   │   │   ├── Animation.p
│   │   │   ├── createBody.p
│   │   │   ├── delete.p
│   │   │   ├── hide.p
│   │   │   ├── initialize.p
│   │   │   ├── initIfNeeded.p
│   │   │   ├── moveBody.p
│   │   │   ├── play.p
│   │   │   ├── removeBody.p
│   │   │   ├── schema.p
│   │   │   ├── show.p
│   │   │   ├── updateBodies.p
│   │   │   └── updateCamera.p
│   │   ├── @Body
│   │   │   ├── Body.m
│   │   │   ├── Body.p
│   │   │   ├── findstartstoptimes.p
│   │   │   ├── generatePatches.p
│   │   │   ├── load.p
│   │   │   ├── move.p
│   │   │   ├── private
│   │   │   │   ├── generatePatchesFromFvcData.m
│   │   │   │   ├── initReadFcn.p
│   │   │   │   ├── interp3DoFArrayWithTime.m
│   │   │   │   ├── interp6DoFArrayWithTime.m
│   │   │   │   ├── interpStructWithTime.m
│   │   │   │   ├── interpTimeseries.m
│   │   │   │   └── nullCoordTransform.m
│   │   │   ├── schema.p
│   │   │   └── update.p
│   │   ├── @Camera
│   │   │   ├── Camera.m
│   │   │   ├── Camera.p
│   │   │   ├── private
│   │   │   │   ├── doFirstOrderChaseCameraDynamics.m
│   │   │   │   └── nullCoordTransform.m
│   │   │   ├── schema.p
│   │   │   └── update.p
│   │   ├── @FlightGearAnimation
│   │   │   ├── ClearTimer.p
│   │   │   ├── delete.p
│   │   │   ├── FlightGearAnimation.m
│   │   │   ├── FlightGearAnimation.p
│   │   │   ├── GenerateRunScript.p
│   │   │   ├── initialize.p
│   │   │   ├── play.p
│   │   │   ├── private
│   │   │   │   ├── aeropackfgnetfdm.mexw32
│   │   │   │   ├── Array3DoFRead.m
│   │   │   │   ├── Array6DoFRead.m
│   │   │   │   ├── initReadFcn.p
│   │   │   │   ├── StructTimeRead.m
│   │   │   │   └── TimeseriesRead.m
│   │   │   ├── schema.p
│   │   │   ├── SetTimer.p
│   │   │   └── update.p
│   │   ├── @Geometry
│   │   │   ├── Geometry.m
│   │   │   ├── Geometry.p
│   │   │   ├── private
│   │   │   │   ├── ReadAc3dFile.p
│   │   │   │   ├── ReadMatFile.p
│   │   │   │   └── ReadVariable.p
│   │   │   ├── read.p
│   │   │   └── schema.p
│   │   ├── @Node
│   │   │   ├── findstartstoptimes.p
│   │   │   ├── move.p
│   │   │   ├── Node.m
│   │   │   ├── Node.p
│   │   │   ├── private
│   │   │   │   ├── initReadFcn.p
│   │   │   │   ├── interp3DoFArrayWithTime.m
│   │   │   │   ├── interp6DoFArrayWithTime.m
│   │   │   │   ├── interpStructWithTime.m
│   │   │   │   ├── interpTimeseries.m
│   │   │   │   └── nullCoordTransform.m
│   │   │   ├── schema.p
│   │   │   └── update.p
│   │   ├── schema.p
│   │   ├── @Viewpoint
│   │   │   ├── schema.p
│   │   │   ├── Viewpoint.m
│   │   │   └── Viewpoint.p
│   │   └── @VirtualRealityAnimation
│   │   ├── addNode.p
│   │   ├── addRoute.p
│   │   ├── addViewpoint.p
│   │   ├── delete.p
│   │   ├── initialize.p
│   │   ├── nodeInfo.p
│   │   ├── play.p
│   │   ├── private
│   │   │   ├── createNode.p
│   │   │   └── saveWorld.p
│   │   ├── removeNode.p
│   │   ├── removeViewpoint.p
│   │   ├── saveas.p
│   │   ├── schema.p
│   │   ├── updateNodes.p
│   │   ├── VirtualRealityAnimation.m
│   │   └── VirtualRealityAnimation.p
│   ├── aeroascorrdata.mat
│   ├── aerociraalt.mat
│   ├── aerocirapresann.mat
│   ├── aerocirapres.mat
│   ├── aerofgrunscript.m
│   ├── aerowmm2000.mat
│   ├── aerowmm2005.mat
│   ├── airspeed.m
│   ├── alphabeta.m
│   ├── angle2dcm.m
│   ├── angle2quat.m
│   ├── atmoscira.m
│   ├── atmoscoesa.m
│   ├── atmosisa.m
│   ├── atmoslapse.m
│   ├── atmosnonstd.m
│   ├── atmosnrlmsise00.m
│   ├── atmospalt.m
│   ├── Contents.m
│   ├── convacc.m
│   ├── convangacc.m
│   ├── convang.m
│   ├── convangvel.m
│   ├── convdensity.m
│   ├── convforce.m
│   ├── convlength.m
│   ├── convmass.m
│   ├── convpres.m
│   ├── convtemp.m
│   ├── convvel.m
│   ├── correctairspeed.m
│   ├── datcomimport.m
│   ├── dcm2alphabeta.m
│   ├── dcm2angle.m
│   ├── dcm2latlon.m
│   ├── dcm2quat.m
│   ├── dcmbody2wind.m
│   ├── dcmecef2ned.m
│   ├── decyear.m
│   ├── dpressure.m
│   ├── ecef2lla.m
│   ├── euler2quat.m
│   ├── fganimation.m
│   ├── geoc2geod.m
│   ├── geocradius.m
│   ├── geod2geoc.m
│   ├── geoidegm96grid.mat
│   ├── geoidegm96.m
│   ├── getunitdata.m
│   ├── gravitywgs84.m
│   ├── info.xml
│   ├── ja
│   │   └── info.xml
│   ├── juliandate.m
│   ├── leapyear.m
│   ├── lla2ecef.m
│   ├── machnumber.m
│   ├── mjuliandate.m
│   ├── private
│   │   ├── aeroconvertdata.m
│   │   ├── coesamethod.mexw32
│   │   ├── coesamethod.mexw32.csf
│   │   ├── nonstdmethods.mexw32
│   │   ├── nonstdmethods.mexw32.csf
│   │   ├── nrlmsisemethod.mexw32
│   │   ├── nrlmsisemethod.mexw32.csf
│   │   ├── paltmethod.mexw32
│   │   ├── paltmethod.mexw32.csf
│   │   ├── usafdatcom.p
│   │   ├── wgs84methods.mexw32
│   │   ├── wgs84methods.mexw32.csf
│   │   ├── wgs84model.m
│   │   ├── WMM2005.COF
│   │   ├── WMM.COF
│   │   ├── worldparams.m
│   │   ├── wraplatitude.m
│   │   └── wraplongitude.m
│   ├── quat2angle.m
│   ├── quat2dcm.m
│   ├── quat2euler.m
│   ├── quatconj.m
│   ├── quatdivide.m
│   ├── quatinv.m
│   ├── quatmod.m
│   ├── quatmultiply.m
│   ├── quatnormalize.m
│   ├── quatnorm.m
│   ├── quatrotate.m
│   ├── rrdelta.m
│   ├── rrsigma.m
│   ├── rrtheta.m
│   ├── src
│   │   ├── aeroatm210c.h
│   │   ├── aeroatm310.h
│   │   ├── aeroatmcoesa.c
│   │   ├── aeroatmcoesa.h
│   │   ├── aeroatmenvelope210c.c
│   │   ├── aeroatmenvelope310.c
│   │   ├── aeroatm.h
│   │   ├── aeroatmnonstd.c
│   │   ├── aeroatmnonstd.h
│   │   ├── aeroatmnrlmsise00.c
│   │   ├── aeroatmnrlmsise00.h
│   │   ├── aeroatmosstruct.h
│   │   ├── aeroatmprofile210c.c
│   │   ├── aeroatmprofile310.c
│   │   ├── aerogravitystruct.h
│   │   ├── aerogravitywgs84.c
│   │   ├── aerogravitywgs84.h
│   │   ├── aerointerpolate.c
│   │   ├── aerointerpolate.h
│   │   ├── aerowgs84.h
│   │   ├── coesamethod.c
│   │   ├── nonstdmethods.c
│   │   ├── nrlmsise00data.c
│   │   ├── nrlmsisemethod.c
│   │   ├── paltmethod.c
│   │   └── wgs84methods.c
│   ├── unitconversion.m
│   └── wrldmagm.m
├── astdemos
│   ├── ac3d_xyzisrgb.ac
│   ├── astbluewedge.mat
│   ├── astdatcom.in
│   ├── astdatcom.out
│   ├── astfganim.m
│   ├── astflight.mat
│   ├── astflight.out
│   ├── astgforce.m
│   ├── astglide.m
│   ├── asthl20geometry.mat
│   ├── asthl20log.csv
│   ├── astimportddatcom.m
│   ├── astmlanim.m
│   ├── astredwedge.mat
│   ├── asttkoff.wrl
│   ├── astvranim.m
│   ├── blueoctagon.ac
│   ├── bluewedge.ac
│   ├── body_xyzisrgb.ac
│   ├── chaseData.mat
│   ├── chaseHelicopter.wrl
│   ├── CustomReadBodyTSData.m
│   ├── delta2.ac
│   ├── demosearch
│   │   ├── _6.cfs
│   │   ├── deletable
│   │   ├── metadata
│   │   └── segments
│   ├── demos.xml
│   ├── figures
│   │   └── astfganim01.png
│   ├── fltdata.mat
│   ├── greenarrow.ac
│   ├── HL20
│   │   ├── HL20-set.xml
│   │   ├── Models
│   │   │   ├── HL20.ac
│   │   │   ├── hl20_glass.bmp
│   │   │   └── HL20.xml
│   │   └── thumbnail.jpg
│   ├── html
│   │   ├── astfganim.html
│   │   ├── astgforce_01.png
│   │   ├── astgforce_eq21994.png
│   │   ├── astgforce.html
│   │   ├── astgforce.png
│   │   ├── astglide_01.png
│   │   ├── astglide_02.png
│   │   ├── astglide_eq00519.png
│   │   ├── astglide_eq10275.png
│   │   ├── astglide_eq17192.png
│   │   ├── astglide_eq32254.png
│   │   ├── astglide_eq40461.png
│   │   ├── astglide_eq42585.png
│   │   ├── astglide_eq45232.png
│   │   ├── astglide_eq45293.png
│   │   ├── astglide_eq63638.png
│   │   ├── astglide_eq64485.png
│   │   ├── astglide_eq69734.png
│   │   ├── astglide_eq79615.png
│   │   ├── astglide_eq84234.png
│   │   ├── astglide_eq85873.png
│   │   ├── astglide_eq87228.png
│   │   ├── astglide_eq89457.png
│   │   ├── astglide_eq96561.png
│   │   ├── astglide.html
│   │   ├── astglide.png
│   │   ├── astimportddatcom_01.png
│   │   ├── astimportddatcom_02.png
│   │   ├── astimportddatcom_03.png
│   │   ├── astimportddatcom_eq21994.png
│   │   ├── astimportddatcom.html
│   │   ├── astimportddatcom.png
│   │   ├── astmlanim_01.png
│   │   ├── astmlanim_02.png
│   │   ├── astmlanim_03.png
│   │   ├── astmlanim_04.png
│   │   ├── astmlanim_05.png
│   │   ├── astmlanim_06.png
│   │   ├── astmlanim_07.png
│   │   ├── astmlanim_08.png
│   │   ├── astmlanim.html
│   │   ├── astmlanim.png
│   │   ├── astvranim_01.png
│   │   ├── astvranim_02.png
│   │   ├── astvranim_03.png
│   │   ├── astvranim_04.png
│   │   ├── astvranim_05.png
│   │   ├── astvranim.html
│   │   └── astvranim.png
│   ├── ja
│   │   ├── demosearch
│   │   │   ├── _6.cfs
│   │   │   ├── deletable
│   │   │   ├── metadata
│   │   │   └── segments
│   │   └── demos.xml
│   ├── pa24-250_blue.ac
│   ├── pa24-250_orange.ac
│   ├── redwedge.ac
│   ├── simdata.mat
│   ├── staticCameraPosition.m
│   ├── takeoffData.mat
│   ├── takeVRCapture.m
│   ├── testrocket.ac
│   └── vranimCustomTransform.m
└── mcc.enc

28 directories, 308 files

标签:

实例下载地址

MATLAB航空工具箱

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警