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

2 ビュー (過去 30 日間)
Ravi Prakash
Ravi Prakash 2018 年 9 月 9 日
回答済み: Image Analyst 2018 年 9 月 9 日
circle plotting

回答 (1 件)

Image Analyst
Image Analyst 2018 年 9 月 9 日
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by