Path: Common/Graphics
% Plot a 3 vector as x, y, z subplots as well as a combined plot. Creates 4 subplots. This function has a built-in demo; type Plot3Vector for a demo. -------------------------------------------------------------------------- Form: h = Plot3Vector( time, vector, title ) -------------------------------------------------------------------------- ------- Inputs ------- time (1,:) Time vector, in seconds vector (3,:) Vector data title (:) Title string for plot ------- Outputs ------- h (1,1) Figure handle --------------------------------------------------------------------------
SC: BasicOrbit/RVFromKepler Common: Graphics/Plot2D Common: Graphics/TimeLabl
Back to the Common Module page