Y軸を対数スケールに設定するにはどうしたらよいですか?
15 views (last 30 days)
Show older comments
MathWorks Support Team
on 13 Nov 2024 at 0:00
Answered: MathWorks Support Team
on 13 Nov 2024 at 3:38
plot関数を使ってx-yプロットをしています。x軸は線形で、y軸のみを対数スケールに設定したいです。どうすればいいですか?loglog関数を使ったのですが、両方の軸がスケールされてしまいます。Y軸だけを変更したいです。
Accepted Answer
MathWorks Support Team
on 13 Nov 2024 at 0:00
最良の方法として、semilogy関数をお勧めできます。あるいは、軸のYScaleプロパティを設定することもできます:
set(gca, 'YScale', 'log')
Mathworksサポートチームからの更新 - 2023年9月 R2023b以降では、yscale関数を使用することもできます。
0 Comments
More Answers (0)
See Also
Categories
Find more on ビッグ データの処理 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!