How to plot a graph with logarithmic scale
2 ビュー (過去 30 日間)
表示 古いコメント
fprintf(1,'RMSE (without noise) : %e\n',err_nonoise);
0 件のコメント
回答 (1 件)
cr
2022 年 11 月 27 日
I did a quick search and couldn't find a call to plot functions in your script. Where are you plotting? Did you try to use semilogy() instead of regular plot()?
Regards
参考
カテゴリ
Find more on 2-D and 3-D Plots 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!