How to plot logarithmic graph in matlab
显示 更早的评论
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance
回答(3 个)
Jonathan Sullivan
2012-3-6
doc semilogx
doc semilogy
G A
2012-3-6
set(gca, 'YScale','log');
类别
在 帮助中心 和 File 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!