How to plot using semilogy

3 visualizaciones (últimos 30 días)
Max
Max el 1 de Dic. de 2015
Respondida: Walter Roberson el 2 de Dic. de 2015
how would I plot using semilogy()
for
t=1.57123822236922 1.60940312809172 47.3847818221929 1.55948917911167 1.28901816023201 8.96854743796101 0.966229733431288 0.656941993512154
and the x-axis is length(t);

Respuestas (2)

TastyPastry
TastyPastry el 1 de Dic. de 2015
Editada: TastyPastry el 1 de Dic. de 2015
  1 comentario
Max
Max el 1 de Dic. de 2015
would y just be t in this case?

Iniciar sesión para comentar.


Walter Roberson
Walter Roberson el 2 de Dic. de 2015
t = [1.57123822236922 1.60940312809172 47.3847818221929 1.55948917911167 1.28901816023201 8.96854743796101 0.966229733431288 0.65694199351215];
semilogy(t)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by