
Plot the circle with centre at (1,2) and radius 3 in red colour.
2 ビュー (過去 30 日間)
古いコメントを表示
circle plotting
0 件のコメント
回答 (1 件)
Image Analyst
2018 年 9 月 9 日
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!