Subscripted assignment dimension mismatch.
古いコメントを表示
Please the below error occurs in code. Please I will be grateful for any help.
Subscripted assignment dimension mismatch.
Error in tvf_emd (line 127)
imf(nimf,:)=y(ind_remov_pad);
Please the full code and data are attached.
回答 (1 件)
Matt J
2019 年 9 月 23 日
0 投票
It means nimf is not the same size as y(ind_remov_pad).
カテゴリ
ヘルプ センター および File Exchange で NaNs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!