- The while loop body never executes
- The if body never executes; or
- z is empty in the assignment ls = [ls z];
Trying add chunk of data to a array
1 view (last 30 days)
Show older comments
ijijij
0 Comments
Answers (1)
Steve Eddins
on 4 Nov 2020
As I understand the code, the fact that ls is empty after the loop implies that either:
You haven't shown us how the values of x or i or Nfft get set, so we can only make educated guesses about the specific cause.
I suggest that you single-step through the code using the debugger. At each line, check the values of the key variables and make sure that each one contains what you think it should.
5 Comments
See Also
Categories
Find more on Loops and Conditional Statements 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!