How to plot using semilogy

1 次查看(过去 30 天)
Max
Max 2015-12-1
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);

回答(2 个)

TastyPastry
TastyPastry 2015-12-1
编辑:TastyPastry 2015-12-1

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

类别

Help CenterFile Exchange 中查找有关 Graphics Object Identification 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by