Plotting ellipses around plotted points
Mostrar comentarios más antiguos
I am trying to plot ellipses (defined by 4 points: 2 in the x direction & 2 in the y direction) around several plotted points. How do I plot these ellipses?
For example:
Point = (-103.618, 19.502);
Ellipse = x=(-103.618+0.0273) and (-103.618-0.0273);
y=(19.502+0.0127) and (19.502-0.0127).
The plot consists of several points all of which I would like to plot ellipses around but they are all in the same format.
1 comentario
Anish
el 20 de En. de 2011
Should each ellipse pass through the 4 points (2 in X direction and 2 in Y direction)?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!