How to plot a graph with logarithmic scale
조회 수: 3(최근 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!