plot函数如何控制绘制符号的大小。
Afficher commentaires plus anciens
想让我的绘制的图中的圆圈,点以及五角星的尺寸和线粗变大,plot中要如何控制附上代码
plot(YL(1,:),YL(2,:),'ro');hold on
plot(YM(1,:),YM(2,:),'k.','Linewidth',5);hold on
plot(xvs(1),xvs(2),'bp')

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!