フィルターのクリア

Trying add chunk of data to a array

3 ビュー (過去 30 日間)
AJ Woodson
AJ Woodson 2020 年 11 月 4 日
編集済み: AJ Woodson 2020 年 11 月 4 日
ijijij

回答 (1 件)

Steve Eddins
Steve Eddins 2020 年 11 月 4 日
As I understand the code, the fact that ls is empty after the loop implies that either:
  • The while loop body never executes
  • The if body never executes; or
  • z is empty in the assignment ls = [ls z];
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 件のコメント
AJ Woodson
AJ Woodson 2020 年 11 月 4 日
So I just ran this with win 2 Nfft =3 now runs but it taking forever same x
AJ Woodson
AJ Woodson 2020 年 11 月 4 日
Nvm sorry figured it out

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by