MagneticDipoleCart:

Path: SC/Environs

% Computes the magnetic field of a dipole along m.
   m is the dipole vector.

   Type MagneticDipoleCart for a demo.
--------------------------------------------------------------------------
   Form:
   b = MagneticDipoleCart( m, p )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   m           (3,1)   Dipole moment (ATM^2)
   p           (3,:)   Points (m)

   -------
   Outputs
   -------
   b           (3,:)   Magnetic field (T)

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

Children:

SC: Environs/MagneticDipole
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Linear/Cross
Math: Linear/Mag
Math: Linear/Unit

Back to the SC Module page