Convert log scale to linear scale
17 ビュー (過去 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 で Log Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!