Path: CubeSat/Utilities
-------------------------------------------------------------------------- Plot latitude vs. longitude nicely so that the wrapped longitude does not create lines across the plot. Since version 8. -------------------------------------------------------------------------- Form: [lat2,lon2] = LatLonPlot( lat, lon, tol, varargin ) -------------------------------------------------------------------------- ------ Inputs ------ lat (1,:) Latitude vector (rad) lon (1,:) Longitude vector (rad) tol (1,1) Tolerance used for WrapSegments call. See WrapSegments varargin (:) Any additional inputs are treated as additional inputs to the plot command, as: plot(x,y,varargin) ------- Outputs ------- lat2 (1,N) Cell array of N segments of latitude vectors (rad) lon2 (1,N) Cell array of N segments of longitude vectors (rad) --------------------------------------------------------------------------
CubeSat: Utilities/WrapSegments
Back to the CubeSat Module page