Hi all, I would like to plot a graph with x axis as below. Is there any syntax that I can use to set it up? Thank you all.

답변 (2개)

Voss
Voss 2021년 12월 4일

0 개 추천

You can use loglog to get a plot with both axes in log scale or semilogx to get one with just the x-axis in log scale.
the cyclist
the cyclist 2021년 12월 4일
편집: the cyclist 2021년 12월 4일

0 개 추천

You can use the loglog function to create a plot like that. See the documentation for details.
Also, for your future reference, you can take a look at the Plot Gallery for examples and code for different plot types.

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

릴리스

R2021a

태그

질문:

2021년 12월 4일

편집:

2021년 12월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by