plot a function extend interval

7 views (last 30 days)
hi i want to plot one function. during the plot i want to extend some part arbitrary like picture . is there any way to do this?look at interval. it doesnt have equal parts.

Accepted Answer

Walter Roberson
Walter Roberson on 10 Dec 2017
If you have older MATLAB, set the axis YTick property to the values you want shown.
With sufficiently new MATLAB, there is a yticks() helper function.
  4 Comments
Walter Roberson
Walter Roberson on 10 Dec 2017
It appears they might have used semilogy()

Sign in to comment.

More Answers (0)

Categories

Find more on Data Distribution Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!