How to make two coordinate X axes in single plot

3 次查看(过去 30 天)
Hello, I would like to have a single plot with 2 linked X axes with different scales. Currently, I have plot with 2 axes (first in time, second in samples) with significantly different scales, however with same number of points - see attached plot.
I want both axes to zoom simultaneously and proportionally, if I use linkaxes it changes scale on one of the axes, which is problem given the difference in scales. Can you recommend me any solution? Thanks

采纳的回答

Martin Hrabina
Martin Hrabina 2016-3-17
编辑:Martin Hrabina 2016-3-17
Okay, my problem was solved by creating quite simple auxiliary function. Detailed description can be found on
part Customizing the Zoom
  1 个评论
Dima Khaykin
Dima Khaykin 2020-7-21
Can you please share your solution?
And another question, how to make plot show double axis with all the points?

请先登录,再进行评论。

更多回答(1 个)

Walter Roberson
Walter Roberson 2016-3-16
plotxx() ?
  1 个评论
Martin Hrabina
Martin Hrabina 2016-3-16
编辑:Martin Hrabina 2016-3-16
Thanks for quick response! However I don't see this as a solution, since this, just like my original solution (without linkaxes) zooms only one X axis, the other stays as it was. I would like to see, when zoomed, sample range and time range at the same time.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by