How to plot logarithmic graph in matlab
Mostra commenti meno recenti
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance
Risposte (3)
Jonathan Sullivan
il 6 Mar 2012
doc semilogx
doc semilogy
G A
il 6 Mar 2012
set(gca, 'YScale','log');
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!