필터 지우기
필터 지우기

legend in subplot graph

조회 수: 2 (최근 30일)
Chaudhary P Patel
Chaudhary P Patel 2021년 1월 29일
댓글: Alex Alex 2021년 1월 29일
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
Alex Alex
Alex Alex 2021년 1월 29일
command "legend" ?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by