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

2 Ansichten (letzte 30 Tage)
Ravi Prakash
Ravi Prakash am 9 Sep. 2018
Beantwortet: Image Analyst am 9 Sep. 2018
circle plotting

Antworten (1)

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

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by