Does [this](https://stackoverflow.com/questions/30675497/multiple-x-axis-and-y-axis-with-plots-in-matlab) answer help your problem, keeping the `limits` of `y axis` the same? Or are you looking for something else?
– GutoOct 04 '17 at 13:49
Thanks Guto. I have a version of such two X-axis, one at the top and one at the bottom. I want to make a plot with all three or more than three X axes at the bottom.
– OrangeblueOct 04 '17 at 13:50
How do you intend to make it? [Subplots](https://se.mathworks.com/help/matlab/ref/subplot.html) or one over another?
– GutoOct 04 '17 at 13:53
1
You can manipulate this : [*How to insert two X axis in a Matlab a plot*](https://stackoverflow.com/questions/31009357/how-to-insert-two-x-axis-in-a-matlab-a-plot) to obtain three axis
– Sardar UsamaOct 04 '17 at 14:23