Straight Lines inside Circles
古いコメントを表示
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
回答 (3 件)
Walter Roberson
2011 年 9 月 19 日
Hint:
linspace(-Radius, Radius, 10+2)
and then throw away the first and last of those results.
premraj
2011 年 9 月 20 日
premraj
2011 年 9 月 20 日
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!