Convert log scale to linear scale
26 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
I made a figure whose Y axis I converted to log scale using the command set(gca,'yscale','log'). I want to convert the Figure back to linear scale. Is it possible to do it on MATLAB.
Thanks. NS
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 11 de Sept. de 2012
set(gca,'yscale','linear')
2 comentarios
Matt Fig
el 11 de Sept. de 2012
NS, whenever you are in doubt, try this:
set(gca,'yscale') % Shows you the options!
(P.S., how did you learn to use SET to change to log without also learning to use set to change to linear??)
Más respuestas (0)
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!