Undefined variable for plotting if statement array
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 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 Comments
See Also
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!