Detect of a plot is loglog

Quick question: Is there a way to detect whether the current figure is a loglog plot? (or regular plot or semilogx, semology)?

 Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 23 Nov 2013
Modificato: Azzi Abdelmalek il 23 Nov 2013
xscale=get(gca,'xscale'),
yscale=get(gca,'yscale')

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by