Azzera filtri
Azzera filtri

legend in subplot graph

2 visualizzazioni (ultimi 30 giorni)
Chaudhary P Patel
Chaudhary P Patel il 29 Gen 2021
Commentato: Alex Alex il 29 Gen 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)');

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by