How to make two coordinate X axes in single plot

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

 Accepted Answer

Martin Hrabina
Martin Hrabina on 17 Mar 2016
Edited: Martin Hrabina on 17 Mar 2016
Okay, my problem was solved by creating quite simple auxiliary function. Detailed description can be found on
part Customizing the Zoom

1 Comment

Can you please share your solution?
And another question, how to make plot show double axis with all the points?

Sign in to comment.

More Answers (1)

plotxx() ?

1 Comment

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.

Sign in to comment.

Categories

Tags

Community Treasure Hunt

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

Start Hunting!