Code covered by the BSD License
Highlights from
Airlib
-
[CD,CL,CY,Cl,Cm,Cn]=ab2dv(Alg...
-
[X0,U0]=air3m(name,V,H,G)
[X0,U0]=air3m(name,V,H,G) finds aircraft trim condition
-
demos
DEMOS Demo list for the Aircraft Library.
-
sfunxyz(t,x,u,flag,ax,varargi...
SFUNXY S-function that acts as an X-Y-Z scope using MATLAB plotting functions.
-
slblocks
-
contents.m
-
B747cl
-
airgk
-
airlib
-
airlibex
-
airtrim
-
fdcwind
-
View all files
from
Airlib
by Giampiero Campa
The Aircraft Library
|
| demos
|
function tbxStruct = demos
% DEMOS Demo list for the Aircraft Library.
% Version 1.9 (R11.1,R13)
% Giampiero Campa
% 29-Feb-2004
if nargout == 0, demo blockset; return; end
tbxStruct.Name='Aircraft Library';
tbxStruct.Type='Blockset';
tbxStruct.Help={
'Airlib is a library of aircraft models to be '
'used with Simulink 3.1 (Matlab 5.3) or later.'
};
tbxStruct.DemoList = { ' Aircraft Library', 'airlib'; ...
' Aircraft Models', 'airlibex'; ...
' General Controller', 'airgk'; ...
' Wind Handling', 'fdcwind'; ...
' Boeing 747', 'B747cl'};
|
|
Contact us at files@mathworks.com