How can i plot circle markers in plotty command?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
figure
[h1 h2] = plotyy(n_motor_yeni,abs(Ne_yeni),tum_veriler_tamyukdevirvolkan,tum_veriler_tamyukgucvolkan)
set(h1,'Marker', 'o' )
set(h2,'linestyle', '-' )
i want to plot "h1" with circles and "h2" with '-' type line. How can i do it?
0 commentaires
Réponses (1)
Walter Roberson
le 7 Déc 2015
plotyy(n_motor_yeni, abs(Ne_yeni), 'o', tum_veriler_tamyukdevirvolkan, tum_veriler_tamyukgucvolkan, '-');
0 commentaires
Voir également
Catégories
En savoir plus sur Two y-axis 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!