legend in subplot graph

2 vues (au cours des 30 derniers jours)
Chaudhary P Patel
Chaudhary P Patel le 29 Jan 2021
Commenté : Alex Alex le 29 Jan 2021
how to give legend for multiple graph case.
subplot(3,1,1)
plot(tn,transpose(utdelt(1,:)),'-r');
title('Displacement in X-Direction')
xlabel('time(sec)');
ylabel('Displacement (m)');
hold on
plot(tn,transpose(utdelt(28,:)),'-g');
title('Displacement in X-Direction')
xlabel('time(sec)');
ylabel('Displacement (m)');
  1 commentaire
Alex Alex
Alex Alex le 29 Jan 2021
command "legend" ?

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by