Subscripted assignment dimension mismatch.

2 次查看(过去 30 天)
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
Matt J 2019-9-23
It means nimf is not the same size as y(ind_remov_pad).

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by