How to make loglog subplots?

32 次查看(过去 30 天)
I have multiple plots that I would like to display together (in a subplot type distribution), however, my plots need to have a loglog scale. Is there a way to do this?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-5-1
set(gca,'xscale','log')

更多回答(1 个)

Jan
Jan 2013-5-1
subplot(2,3,2, 'XScale', 'log', 'YScale', 'log')

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by