Azzera filtri
Azzera filtri

Plot in log-log

4 visualizzazioni (ultimi 30 giorni)
Auryn_
Auryn_ il 24 Mag 2018
Risposto: Auryn_ il 24 Mag 2018
Hi,
I am plotting in a log-log scale but the axis label does not display the numbers in a log scale. I have used
loglog(t,Exp, 'LineWidth',2,'Markersize',3)
hold all
and also set(gca, 'YScale', 'log') and it still does not work.
Thanks in advance for your reply.
  2 Commenti
jonas
jonas il 24 Mag 2018
Can you show us your figure and code?
Auryn_
Auryn_ il 24 Mag 2018
Done.

Accedi per commentare.

Risposta accettata

jonas
jonas il 24 Mag 2018
Modificato: jonas il 24 Mag 2018
I'm fairly sure that is in fact a loglog-scale. Try:
axis([0.1 100 0.1 100])
and see for yourself. The y-range is too narrow to really label the axis as you expected.

Più risposte (1)

Auryn_
Auryn_ il 24 Mag 2018
Awesome, thanks!

Categorie

Scopri di più su Log Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by