Borrar filtros
Borrar filtros

How to plot logarithmic graph in matlab

2 visualizaciones (últimos 30 días)
Jim
Jim el 6 de Mzo. de 2012
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance

Respuestas (3)

Thomas
Thomas el 6 de Mzo. de 2012
doc loglog
doc semilogx
this helps as well:
href=""<http://www.mathworks.com/help/techdoc/ref/loglog.html</a>>

Jonathan Sullivan
Jonathan Sullivan el 6 de Mzo. de 2012
doc semilogx
doc semilogy

G A
G A el 6 de Mzo. de 2012
set(gca, 'YScale','log');

Categorías

Más información sobre Graphics Object Identification en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by