How to add four y axes on to a plot

7 次查看(过去 30 天)
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 中查找有关 Startup and Shutdown 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by