Convert log scale to linear scale

26 Ansichten (letzte 30 Tage)
NS
NS am 11 Sep. 2012
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

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 11 Sep. 2012
set(gca,'yscale','linear')
  2 Kommentare
Matt Fig
Matt Fig am 11 Sep. 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??)
NS
NS am 11 Sep. 2012
Thanks Azzi and Matt.
@Matt..I looked up changing scale to log on the MATLAB Answers forum. I found the syntax. Didnt bother looking into the specifics. :)
Thanks again

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by