
Plot the circle with centre at (1,2) and radius 3 in red colour.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
circle plotting
0 Commenti
Risposte (1)
Image Analyst
il 9 Set 2018
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

0 Commenti
Vedere anche
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!