Path: OpticalNavigation/Utilities
% Draw an xy trajectory over an image Can plot multiple sets of data. Type PlotXYTrajectory for a demo. -------------------------------------------------------------------------- Form: PlotXYTrajectory( x, y, i, xScale, name ) -------------------------------------------------------------------------- ------ Inputs ------ x (:,:) X coordinates (m) y (:,:) Y coordinates (m) i (n,m) Image w (1,1) x dimension of the image xScale (1,1) Scale of x dimension name (1,:) Figure name ------- Outputs ------- None --------------------------------------------------------------------------
Common: Graphics/NewFig
Back to the OpticalNavigation Module page