How to make loglog subplots?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Jan
am 1 Mai 2013
subplot(2,3,2, 'XScale', 'log', 'YScale', 'log')
Kategorien
Mehr zu Subplots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!