experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Draw field lines on a sphere.
   You pass it a function that outputs the vectors. The function must be of 
   the form

   fun( x(3,:), jD )

   x is generated internally from latitude, longitude and r.
-------------------------------------------------------------------------------
   Form:
   DrawFieldLines( r, n, fun, jD )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   r           (1,1)      Radius
   n           (1,1)      Number of latitude and longitude points 
   fun         (1,:)      Name of function
   jD          (1,1)      Julian date (days)

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

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