资源简介
Matlab 航空工具箱 Aerospace Toolbox 2.2
代码片段和文件信息
function aerofgrunscript( OutputFileName FlightGearbaseDirectory GeometryModelName ...
DestinationPort AirportId RunwayId InitialAltitude ...
InitialHeading OffsetDistance OffsetAzimuth varargin )
% AEROFGRUNscript internal function containing common code for generating run
% script for Flight Gear Flight Simulator.
% Copyright 1984-2007 The MathWorks Inc.
% $Revision: 1.1.6.4 $ $Date: 2007/09/18 02:02:04 $
error(nargchk(10 11 nargin‘struct‘));
% determine which computer type for which the run script should be generated
% currently recognizing {‘auto‘ ‘pcwin‘ ‘glnx86‘ ‘mac‘ ‘maci‘ ‘maci64‘ ‘hpux‘ ‘sol64‘}
% others may need to be edited.
comptype = ‘auto‘;
if nargin == 11
if ischar(varargin{1})
compty
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-03-10 18:38 aero\
目录 0 2009-03-10 18:38 aero\aero\
目录 0 2009-03-10 18:38 aero\aero\@Aero\
目录 0 2009-03-10 18:38 aero\aero\@Aero\@Animation\
文件 315 2008-08-05 10:49 aero\aero\@Aero\@Animation\addBody.p
文件 409 2006-11-08 12:44 aero\aero\@Aero\@Animation\Animation.m
文件 97 2008-08-05 10:49 aero\aero\@Aero\@Animation\Animation.p
文件 270 2008-08-05 10:49 aero\aero\@Aero\@Animation\createBody.p
文件 188 2008-08-05 10:49 aero\aero\@Aero\@Animation\delete.p
文件 141 2008-08-05 10:49 aero\aero\@Aero\@Animation\hide.p
文件 703 2008-08-05 10:49 aero\aero\@Aero\@Animation\initialize.p
文件 125 2008-08-05 10:49 aero\aero\@Aero\@Animation\initIfNeeded.p
文件 122 2008-08-05 10:49 aero\aero\@Aero\@Animation\moveBody.p
文件 1346 2008-08-05 10:49 aero\aero\@Aero\@Animation\play.p
文件 154 2008-08-05 10:49 aero\aero\@Aero\@Animation\removeBody.p
文件 491 2008-08-05 10:49 aero\aero\@Aero\@Animation\schema.p
文件 136 2008-08-05 10:49 aero\aero\@Aero\@Animation\show.p
文件 155 2008-08-05 10:49 aero\aero\@Aero\@Animation\updateBodies.p
文件 629 2008-08-05 10:49 aero\aero\@Aero\@Animation\updateCamera.p
目录 0 2009-03-10 18:38 aero\aero\@Aero\@Body\
文件 680 2006-09-26 20:16 aero\aero\@Aero\@Body\Body.m
文件 109 2008-08-05 10:49 aero\aero\@Aero\@Body\Body.p
文件 135 2008-08-05 10:49 aero\aero\@Aero\@Body\findstartstoptimes.p
文件 109 2008-08-05 10:49 aero\aero\@Aero\@Body\generatePatches.p
文件 263 2008-08-05 10:49 aero\aero\@Aero\@Body\load.p
文件 416 2008-08-05 10:49 aero\aero\@Aero\@Body\move.p
目录 0 2009-03-10 18:38 aero\aero\@Aero\@Body\private\
文件 1773 2006-12-12 18:45 aero\aero\@Aero\@Body\private\generatePatchesFromFvcData.m
文件 231 2008-08-05 10:49 aero\aero\@Aero\@Body\private\initReadFcn.p
文件 1068 2006-12-12 18:45 aero\aero\@Aero\@Body\private\interp3DoFArrayWithTime.m
文件 1020 2006-12-12 18:45 aero\aero\@Aero\@Body\private\interp6DoFArrayWithTime.m
............此处省略305个文件信息
相关资源
- Tarel-visibresto2
- sutton强化学习随书MATLAB代码
- matlab模式识别工具箱PRTOOLS及使用说明
- 高阶邦加莱球及stokes参量 matlab模拟
- MATLAB_FEM_ToolBox_examples
- 强化学习代码,2016版,matlab
- SHINEtoolbox
- matlab开发-MuellerStokesJonesCalculus
- TOA定位两步加权最小二乘MATLAB算法程
- Optometrika 透镜成像模拟
- Spacecraft Control Toolbox.zip
- robotics toolbox 8.0工具箱
- 基于 MATLAB 的滤波器设计 (fdatool使用
- introduction to audio analysis: a matlab appro
- matlab mcmc tutorial
- matlab 复杂网络工具箱
- Photometric stereo Matlab code
- 国外一大牛Petercorke 写得机器视觉工具
- EWT 经验小波分解 matlab工具箱 toolbox
-
FMI Toolbox for Matlab/Simuli
nk的安装和使 - stk-matlab connectors 1.0.4
- Marine Systems Simulator(gnc)
- intlab_v6.0工具箱+其使用说明Introducti
- matlab 极几何工具箱
- Matlab Toolbox Signal Processing
- RBMCDAbox - Matlab Toolbox of Rao-Blackwellize
- matlab connector
- Introduction to MATLAB
- 谢菲尔德(Sheffield)遗传算法工具箱
- image fusion tools
评论
共有 条评论