Effacer les filtres
Effacer les filtres

How to make loglog subplots?

32 vues (au cours des 30 derniers jours)
Mel
Mel le 1 Mai 2013
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?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 1 Mai 2013
set(gca,'xscale','log')

Plus de réponses (1)

Jan
Jan le 1 Mai 2013
subplot(2,3,2, 'XScale', 'log', 'YScale', 'log')

Community Treasure Hunt

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

Start Hunting!

Translated by