NoseCone:

Path: AerospaceUtils/ComponentModels

% Draws a nose cone.

 Type NoseCone for a demo.

 Since version 10.
--------------------------------------------------------------------------
   Form:

   [v, f] = NoseCone( r, l, n, h )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r            (1,:) R as a function of z
   l            (1,1) Length
   n            (1,1) Number of divisions
   h            (1,1) 1 if half cone

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

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

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS

Back to the AerospaceUtils Module page