How can I create three different axis?

조회 수: 3 (최근 30일)
Pul
Pul 2021년 10월 20일
댓글: Pul 2021년 10월 21일
Hello everyone,
I should plot three different quantities with three different axes in just one graph; how I can do it?
plot(gia_year.DateA, gia_year.Diff_Values,'g-^' ,'MarkerEdgeColor','k','MarkerFaceColor','g');
plot(gia_year.DateA, gia_year.year_values_w,'y-^' ,'MarkerEdgeColor','k','MarkerFaceColor','y')
plot(gia_year.DateA, gia_year.year_values_h,'k-^' ,'MarkerEdgeColor','k','MarkerFaceColor','k')
Thank you very much.
  댓글 수: 4
Jan
Jan 2021년 10월 20일
Is the x or y axis affected?
Pul
Pul 2021년 10월 21일
y axis.

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

채택된 답변

Jan
Jan 2021년 10월 20일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete Data Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by