ber plot using semilogy

1 Ansicht (letzte 30 Tage)
Preethi
Preethi am 5 Mär. 2013
Hi All,
I am facing a problem while using semilogy() function.
the variable i am using is x = [0.5031,0.5022,0.5005,0.4769,0.3466,0.1949,0.1616]
if the check the individual semilogy for each value the graph is correct, but when i am plotting the entire variable, the graph is from 10^-3 to 10^-7(actually it should be near to 10^-1).
i am unable to understand why the plot is different..

Akzeptierte Antwort

Wayne King
Wayne King am 5 Mär. 2013
Bearbeitet: Wayne King am 5 Mär. 2013
You are plotting?
semilogy([0.5031,0.5022,0.5005,0.4769,0.3466,0.1949,0.161])
The values are not 10^(-3) and 10^(-7), they are 10^(-0.3) and 10^(-0.7)

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by