how to add legends?

 Réponse acceptée

M
M le 29 Mar 2012

1 vote

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');

Plus de réponses (1)

Sean de Wolski
Sean de Wolski le 29 Mar 2012

0 votes

doc subplot
doc legend

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by