Filter löschen
Filter löschen

legend in subplot graph

2 Ansichten (letzte 30 Tage)
Chaudhary P Patel
Chaudhary P Patel am 29 Jan. 2021
Kommentiert: Alex Alex am 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)');

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by