Index   |   toolbox > geo > private > elpcalc.m
<<  ecc2n epsm  >>
elpcalc
PURPOSE ^
ELPCALC Computes volume and surface area for an oblate spheroid
SYNOPSIS ^
function val = elpcalc(geoid,calculation)
DESCRIPTION ^
ELPCALC  Computes volume and surface area for an oblate spheroid

  ELPCALC(geoid,'volume') computes the volume of an oblate
  spheriod defined by geoid = [SemimajorAxis  Eccentricity].
  The units are defined by the input semimajor axis.

  ELPCALC(geoid,'surfarea') computes the surface area of an oblate
  spheriod defined by geoid = [SemimajorAxis  Eccentricity].

  See also SPHCALC
DOWNLOAD M-File ^
1.14 KByte
CROSS-REFERENCE INFORMATION ^
This function calls:
GEOIDTST Tests for a valid geoid vector
MINAXIS Computes semiminor axis given a semimajor axis and an eccentricity
This function is called by:
ALMANAC Almanac data for the Solar System


Generated on Sat 09-May-2009 10:36:05 by m2html © 2003, Revision by Ch.Begler 2008
^