
Plot the circle with centre at (1,2) and radius 3 in red colour.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
circle plotting
0 comentarios
Respuestas (1)
Image Analyst
el 9 de Sept. de 2018
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

0 comentarios
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!