Undefined variable for plotting if statement array
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Walter Roberson
il 12 Apr 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 Commenti
Vedere anche
Categorie
Scopri di più su Data Type Conversion in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!