ellipse

Location: CuBatch\common\ellipse.m

function h = ellipse (cent,ax,E,Ndot,style);

Description:
plots an ellipse


Inputs:
cent: coordinates of the center of the ellipse
ax: vector (small and big axes)
E: Rotation matrix
Ndot: Number of points
style: like plot help ('b*' for ewample)

Outputs:
h: handle of the ellipse

Called by:
hotel

Subroutines:
Internal: None
External: None

Author:
Christophe Durville
TOTALFINAELF (CReS)
Université Marne-La-Vallée
France

Last modified: 13-Dec-2002 08:22:18

Contact: Christophe Durville, cdurpp@ifrance.com

References