Path: AerospaceUtils/ComponentModels
% Draw 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 --------------------------------------------------------------------------
Common: ComponentModels/ExtrudeFromProfile Common: ComponentModels/Frustrum Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/Mag
Back to the AerospaceUtils Module page