Path: AerospaceUtils/Visualization
% Draw a series of patches. Enter as many v,f pairs as desired. Each grouping will be assigned a different color. Type DrawPatch for demo. -------------------------------------------------------------------------- Form: h = DrawPatch( v, f, v, f, ... ) -------------------------------------------------------------------------- ------ Inputs ------ v (n,1) Vertices f (m,1) Faces ------- Outputs ------- h (1,1) Figure handle --------------------------------------------------------------------------
SC: Visualization/PlotPlanet Common: ComponentModels/Box Common: ComponentModels/Frustrum Common: Graphics/AssignColors Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS
Back to the AerospaceUtils Module page