Home > freetb4matlab > plot > ellipsoid.m

ellipsoid

PURPOSE ^

% Generate three matrices in @code{meshgrid} format that define an

SYNOPSIS ^

function [xx, yy, zz] = ellipsoid (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{x}, @var{y}, @var{z}] =} ellipsoid (@var{xc},@var{yc}, @var{zc}, @var{xr}, @var{yr}, @var{zr}, @var{n})
% @deftypefnx {Function File} {} ellipsoid (@var{h}, @dots{})
% Generate three matrices in @code{meshgrid} format that define an
% ellipsoid.  Called with no return arguments, @code{ellipsoid} calls
% directly @code{surf (@var{x}, @var{y}, @var{z})}.  If an axes handle
% is passed as the first argument, the surface is plotted to this
% set of axes.
% @seealso{sphere}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003