How to plot logarithmic graph in matlab
Mostrar comentarios más antiguos
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance
Respuestas (3)
Jonathan Sullivan
el 6 de Mzo. de 2012
doc semilogx
doc semilogy
G A
el 6 de Mzo. de 2012
set(gca, 'YScale','log');
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!