
Plot the circle with centre at (1,2) and radius 3 in red colour.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
circle plotting
0 commentaires
Réponses (1)
Image Analyst
le 9 Sep 2018
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

0 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!