How to add four y axes on to a plot

조회 수: 8 (최근 30일)
Purushottama Rao
Purushottama Rao 2015년 5월 13일
댓글: Walter Roberson 2015년 5월 13일
Hi.. I would like to know how should i add multiple y axes side by side on left of the plot. I was trying to use gca but could not acheive what i want.

채택된 답변

Walter Roberson
Walter Roberson 2015년 5월 13일
Use ploty4 from the File Exchange, or plotyyyy from this previous posting
  댓글 수: 2
Purushottama Rao
Purushottama Rao 2015년 5월 13일
I got the follwong error when i tried with plotyyy. May be i am using a older version of MATLAB(7.5.0).
How to do the same in older versions?
??? Undefined function or method 'plotyyyy' for input arguments of type 'double'.
Walter Roberson
Walter Roberson 2015년 5월 13일
Did you download plotyyyy() from that posting? The link to it is http://www.mathworks.com/matlabcentral/answers/uploaded_files/7024/plotyyyy.m
You will need to put that file into a directory, and you will need to use
pathtool
to ensure that the directory is on your MATLAB path.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by