How to plot a graph with logarithmic scale
Afficher commentaires plus anciens
fprintf(1,'RMSE (without noise) : %e\n',err_nonoise);
Réponses (1)
cr
le 27 Nov 2022
1 vote
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
1 commentaire
JACK LONDON
le 27 Nov 2022
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!