Plotting a Scatter Plot With Logarithmic Axes

210 次查看(过去 30 天)
I'm currently doing some simulation work for a physics honours project and I have data generated into vectors that I'd like to plot. I've read up on the scatter() function, but haven't seen how to plot any of those axes in a logarithmic fashion. I was wondering if anyone knew if the scatter() function had this functionality or not?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-3-30
scatter(1:10,1:10)
set(gca,'xscale','log')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by