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

2 visualizzazioni (ultimi 30 giorni)
circle plotting

Risposte (1)

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

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by