How to plot using semilogy

5 visualizzazioni (ultimi 30 giorni)
Max
Max il 1 Dic 2015
Risposto: Walter Roberson il 2 Dic 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);

Risposte (2)

TastyPastry
TastyPastry il 1 Dic 2015
Modificato: TastyPastry il 1 Dic 2015

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

Categorie

Scopri di più su Graphics Object Identification in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by