Path: Common/ComponentModels
% Create a mesh ellipsoid. Type MeshEllipsoid for a demo -------------------------------------------------------------------------- Form: [v, f] = MeshEllipsoid( a, b, c, n ) -------------------------------------------------------------------------- ------ Inputs ------ a (1,1) x width b (1,1) y width c (1,1) z width n (1,1) Number o grid lines ------- Outputs ------- v (:,3) Vertices f (:,3) Faces --------------------------------------------------------------------------
Common: Graphics/DrawVertices Common: Graphics/NewFig
Back to the Common Module page