VantagePoint:

Path: Common/Graphics

% Adds vantage points to an existing plot.
 Color can be a character like 'k' for black or an array [r,g,b].
--------------------------------------------------------------------------
   Form:
   VantagePoint( x, y, A, g, color )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x       (1,:)   X points        	
   y       (1,:)   Y points           	
   A       (:,:)   Visibility matrix           	
   g       (2,1)   Reference points            	
   color   (1,:)   Line color default is green            	

   -------
   Outputs
   -------
   None

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

Children:

Math: Linear/Mag

Back to the Common Module page