Panel:

Path: AerospaceUtils/ComponentModels

% Create a panel in the x, y plane.

 To see a demo type Panel. This has seven divisions.
--------------------------------------------------------------------------
   Form:
            Panel;
   [v, f] = Panel( r, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r          (1,1) Outer radius
   n          (1,1) Number of outer circumferential divisions

   -------
   Outputs
   -------
   v          (:,3) Vertices
   f          (:,3) Faces

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the AerospaceUtils Module page