AZElToU:

Path: AerospaceUtils/Coord

% Converts azimuth and elevation to a unit vector.

 Type AZEleToU for a demo.

--------------------------------------------------------------------------
   Form:
   u = AZElToU( az, el )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   az        (1,:)   Azimuth.    
   el        (1,:)   Elevation.    

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

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

Children:

Common: Graphics/Plot2D

Back to the AerospaceUtils Module page