Undefined variable for plotting if statement array
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a script where I'm taking values from an array and plotting the values that satisfy an if condition. But for some reason it claims that one of the variables is undefined even though I defined it under the if statement. When I look at the error message at the line, it says that the variable xplot appears to change size after every iteration. How do I resolve this?
0 commentaires
Réponses (1)
Walter Roberson
le 12 Avr 2018
If lowDistidx never becomes true, then you might never assign anything into xplot or yplot.
We cannot tell from what you posted whether possibly hdiff is a vector -- in which case the condition might be true for some of its members but false for other of its members.
0 commentaires
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!