Why doesn't plot show desired values from my array?

9 visualizaciones (últimos 30 días)
Emma
Emma el 17 de Abr. de 2013
Row array aVals(1 : 10) contains pi for each value.
plot(aVals(1:10)
gives the expected result:
plot(aVals(5:10)
fails to plot some of the data:
what't wrong? how do I fix that?

Respuestas (1)

Emma
Emma el 17 de Abr. de 2013
Sorry, I figured it out.
plot(5:10, aVals(5:10)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by