ConeAreaAndDerivatives:

Path: Imaging/Optics

% Cone area and derivatives. 

   Type ConeAreaDerivative for a demo.

   Since version 11.
--------------------------------------------------------------------------
   Form:
   [a, dA, dA2] = ConeAreaAndDerivatives( m, x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   m              (1,1) Slope
   x              (1,:) Position from origin

   -------
   Outputs
   -------
   a              (1,:) Area
   dA             (1,:) Derivative of the area
   dA2            (1,:) Second derivative of the area

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

Children:

Common: Graphics/Plot2D

Back to the Imaging Module page