How to change scaling for different ranges of X-Axis inn figures?

3 views (last 30 days)
Required plot
Above figure has different scaling for 0-1 and 1-10 in X-Axis.
I want to scale the below figure to the above format.

Accepted Answer

Voss
Voss on 3 Dec 2022
Use
set(gca(),'XScale','log')

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!