Why doesn't plot show desired values from my array?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponses (1)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!