Path: Common/Graphics
% Create a 3-dimensional plot. -------------------------------------------------------------------------- Form: [h, hA] = Plot3D( r, xL, yL, zL, figTitle, rPlanet, figBackColor ) -------------------------------------------------------------------------- ------ Inputs ------ r (3,:) x, y, z values xL (n,:) x-axis label yL (n,:) y-axis label zL (n,:) z-axis label figTitle Figure title rPlanet (1,1) Radius of planet sphere figBackColor (1) Flag for fig background color (0 - grey, 1 - white) ------- Outputs ------- h (1,1) Figure handle hA (:) Data structure of handles to line objects .h --------------------------------------------------------------------------
SC: BasicOrbit/RVFromKepler Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS
Back to the Common Module page