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

2 次查看(过去 30 天)
circle plotting

回答(1 个)

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

类别

Help CenterFile 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!

Translated by