how to add legends?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to merge 3 plots into one..how can i do that
0 commentaires
Réponse acceptée
M
le 29 Mar 2012
You can also use the following:
hold on %after the first plot to continue plotting on the same figure
legend on
% or legend('plot1','plot2','plot3');
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Legend 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!