- 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 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Steve Eddins
2020-11-4
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!