How to plot using semilogy

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);

Antworten (2)

TastyPastry
TastyPastry am 1 Dez. 2015
Bearbeitet: TastyPastry am 1 Dez. 2015

0 Stimmen

Walter Roberson
Walter Roberson am 2 Dez. 2015

0 Stimmen

t = [1.57123822236922 1.60940312809172 47.3847818221929 1.55948917911167 1.28901816023201 8.96854743796101 0.966229733431288 0.65694199351215];
semilogy(t)

Kategorien

Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

Max
am 1 Dez. 2015

Beantwortet:

am 2 Dez. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by