Path: AerospaceUtils/Coord
% Converts azimuth and coelevation to a unit vector. Coelevation is the angle from z and is more useful than elevation for many sensor problems. Type AzCoElToU for a demo. -------------------------------------------------------------------------- Form: u = AzCoElToU( az, co ) -------------------------------------------------------------------------- ------ Inputs ------ az (1,:) Azimuth (rad) co (1,:) Coelevation (rad) ------- Outputs ------- u (3,:) Unit vectors --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the AerospaceUtils Module page