Path: Airships/Analysis
% Plot a 3D layout of an airship model, including hull, fins, and gondola -------------------------------------------------------------------------- Form: Airship3DLayout( name, h, surfaceType, n ); -------------------------------------------------------------------------- ------ Inputs ------ name (:) Name of airship model file. h (1) Altitude (m) surfaceType (:) Surface type ('solid' or 'mesh') Default solid. n (1) Number of vertices to plot (default 25) ------- Outputs ------- none --------------------------------------------------------------------------
AerospaceUtils: AeroData/AtmData Airships: Mass/BuildAirshipMassModel Airships: Mass/IntegrateMassProps Airships: Modeling/AirshipCV Airships: Modeling/AirshipGeometry Airships: Modeling/GondolaGeometry Airships: Modeling/HalfEllipsoid Common: Atmosphere/StdAtm Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/MatToCell Common: General/Watermark Common: Graphics/Axis3D Common: Graphics/Ellipsd Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Transform/IConvP Math: Linear/DupVect Math: Linear/SkewSq
Back to the Airships Module page