How can i write a program that draws 10 nested circles ?

 Respuesta aceptada

You plotted concentric circles. You can improve the resolution with:
t = linspace(0, 1, 1000);
and make the circles look like circles rather than ellipses with:
axis equal

Más respuestas (0)

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 10 de En. de 2017

Editada:

el 15 de En. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by