How to label 2nd y-axis

조회 수: 2 (최근 30일)
Hydro9 Hisz
Hydro9 Hisz 2011년 7월 8일
Is it possible to label the 2nd y-axis on plotyy? ylabel labels the main y-axis, is there a function to set a label for the second axis?

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 7월 8일
H = plotyy(1:10,1:10,1:10,rand(1,10));
ylabel(H(1),'ylabel 1');
ylabel(H(2),'ylabel 2');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Two y-axis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by