plot with 3 different lines and a set of points

조회 수: 3 (최근 30일)
Christos
Christos 2024년 4월 23일
댓글: Mathieu NOE 2024년 4월 23일
Hi. I want to plot in one logarithmic graph 3 different lines and a set of points. I have the part of the code down below to be more specific about my problem. As you can see, the x axis is logarithmic but the y axis is not. I dont understand what is wrong about my code. If you have any answers, please help me.
Thank you!
  댓글 수: 2
VBBV
VBBV 2024년 4월 23일
x = linspace(2,6,50); % use linspace
@Christos the variable y may not be needed, as you are evaluating y values using 3 different equations.
Use of linspace is better in this context, since you intend to use loglog function to plot your data.
Mathieu NOE
Mathieu NOE 2024년 4월 23일
the y axe is indeed in log scale , but the y range is not very wide , so you may have seen it as a linear scale , but is not
otherwise your "lines" would not appear as straight lines

댓글을 달려면 로그인하십시오.

답변 (1개)

Les Beckham
Les Beckham 2024년 4월 23일
The y axis is logarithmic. It's just not very obvious due to the limited range of your y data. Note the difference in the spacing between 240 and 260 vs. the spacing between 400 and 420, for example.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by