AzCoElToU:

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) 
   el        (1,:)   Coelevation  (rad)

   -------
   Outputs
   -------
   u         (3,:)   Unit vectors

--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the AerospaceUtils Module page