Path: AerospaceUtils/ComponentModels
% Get CAD vertices and faces for a single-axis control moment gyro. See also ExtrudeFromProfile and Frustrum. Type SCMG for a demo. -------------------------------------------------------------------------- Form: [vR, fR, vG, fG] = SCMG( rR, rG, hR, hG, n ) -------------------------------------------------------------------------- ------ Inputs ------ type (1,:) Battery type 'lion' only el (1,6) Elements vector [a,i,W,w,e,M] or structure planet (1,:) Name of planet jD (1,1) Julian date (days) powerMax (1,1) Maximum power from the solar panels (W) ------- Outputs ------- vR (:,3) Vertices for extrusion fR (:,3) Faces for extrusion vG (:,3) Vertices for frustrum fG (:,3) Faces for frustrum --------------------------------------------------------------------------
AerospaceUtils: CAD/DrawPatch SC: SCMat/EarthMR SC: Visualization/PlotPlanet Common: CommonData/SwooshWatermark Common: ComponentModels/Box Common: ComponentModels/Extrude Common: ComponentModels/ExtrudeFromProfile Common: ComponentModels/Frustrum Common: General/DeBlankLT Common: General/Watermark Common: Graphics/AssignColors Common: Graphics/DrawVertices Common: Graphics/NewFig Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/Mag
Back to the AerospaceUtils Module page