
Plot the circle with centre at (1,2) and radius 3 in red colour.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
circle plotting
0 Kommentare
Antworten (1)
Image Analyst
am 9 Sep. 2018
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

0 Kommentare
Siehe auch
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!