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

조회 수: 3 (최근 30일)
Abhinav Chinnusamy
Abhinav Chinnusamy 2022년 12월 3일
댓글: Voss 2022년 12월 3일
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.

채택된 답변

Voss
Voss 2022년 12월 3일
Use
set(gca(),'XScale','log')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by