Error using - Matrix dimensions must agree.
古いコメントを表示
please I will be grateful for any help for this error:
Error using -
Matrix dimensions must agree.
Error in tvf_emd (line 136)
temp_x = temp_x-y(ind_remov_pad);
the code is below:
if flag_stopiter
imf(nimf,:)=y(ind_remov_pad);
temp_x = temp_x-y(ind_remov_pad);
break;
end
5 件のコメント
per isakson
2019 年 10 月 19 日
I tried to run your code and got
>> imf = tvf_emd( DS_DATA_ODU )
Undefined function or variable 'INST_FREQ_local'.
Error in tvf_emd (line 70)
[instAmp0,instFreq0] = INST_FREQ_local(y);
70 [instAmp0,instFreq0] = INST_FREQ_local(y);
I cannot spot the error by inspection of the code.
Yussif M. Awelisah
2019 年 10 月 19 日
per isakson
2019 年 10 月 19 日
Did you edit the question? However, to help I need INST_FREQ_local.m
Yussif M. Awelisah
2019 年 10 月 19 日
per isakson
2019 年 10 月 19 日
We wrote our comments at the same time, which explains the confusion.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!