How to set X axis limit as 10 to power 1 up to 10 to power 5
3 次查看(过去 30 天)
显示 更早的评论
set(hAx(1),'XLim',[1e1 1e5])
Please find the attachment. I need some thing like that.
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!