Plot the circle with centre at (1,2) and radius 3 in red colour.

2 visualizaciones (últimos 30 días)
Ravi Prakash
Ravi Prakash el 9 de Sept. de 2018
Respondida: Image Analyst el 9 de Sept. de 2018
circle plotting

Respuestas (1)

Image Analyst
Image Analyst el 9 de Sept. de 2018
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by