Convert log scale to linear scale
39 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Azzi Abdelmalek
2012-9-11
set(gca,'yscale','linear')
2 个评论
Matt Fig
2012-9-11
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??)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!