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)?

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 23 de Nov. de 2013
Editada: Azzi Abdelmalek el 23 de Nov. de 2013

0 votos

xscale=get(gca,'xscale'),
yscale=get(gca,'yscale')

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 23 de Nov. de 2013

Editada:

el 23 de Nov. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by