How to make a log plot in matlab

前端 未结 3 1831
Happy的楠姐
Happy的楠姐 2021-01-17 17:18

Is it possible to make a plot in matlab that does not actually take the logs of the values? I\'m plotting wide ranges of values and when I try to make a log plot of them, th

3条回答
  •  时光取名叫无心
    2021-01-17 18:11

    So, you want to plot liner data on logarithmic axes? You can exponentiate you values before using the log plot. This way the point p=(10,3) will plot at the x=10 position.

提交回复
热议问题