Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Ellipe drawing
Posted:
Jun 21, 2013 6:16 AM
|
|
Hello all
I'm trying to draw an ellipse in the same fashion I did it for a circle, I let you an example
[X,Y] = meshgrid(0:1/SpatSamp:Xmax,0:1/SpatSamp:Ymax); Act = sqrt((X-Loc(1)).^2+(Y-Loc(2)).^2);
where SpatSamp is the spatial sampling, Xmax and Ymax are the limits y Loc is a vector with the X,Y coordinates of the center.
the objective is to plot it using "contour"
Any ideas? thank you in advance for your help!
|
|
|
|