Straight Lines inside Circles
Mostrar comentarios más antiguos
Hi,
How to draw 10 straight lines horizontally and 10 vertically inside a circlular shape.
Please note that the lines are equally spaced.
Thanks in advance.
Prem
Respuestas (3)
Walter Roberson
el 19 de Sept. de 2011
Hint:
linspace(-Radius, Radius, 10+2)
and then throw away the first and last of those results.
1 comentario
premraj
el 20 de Sept. de 2011
premraj
el 20 de Sept. de 2011
premraj
el 20 de Sept. de 2011
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!