Non Uniform spacing between axes

I want to change the spacing between the levels of x axis. I want to plot the first three points then increase the gap after first three points and so on. In that way the first 3 plots will be closer and then a small space between next three plots. How can I do so? Thanks.
Image.png

2 件のコメント

dpb
dpb 2019 年 10 月 22 日
I'd venture easiest way would be to use some nonlinear scaling function on the x data and plot against it. Then use 'XTickLabel' to write the desired tick labels for each -- would be the inverse of the transform or the input to the transform values.
SUBHAJIT KAR
SUBHAJIT KAR 2020 年 3 月 21 日
編集済み: SUBHAJIT KAR 2020 年 3 月 21 日
Thanks for helping. Could you please give me an example using a matlab code so that I can implement it on my program?

サインインしてコメントする。

回答 (0 件)

カテゴリ

質問済み:

2019 年 10 月 22 日

編集済み:

2020 年 3 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by