Subscripted assignment dimension mismatch.
Afficher commentaires plus anciens
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.
Réponses (1)
Matt J
le 23 Sep 2019
0 votes
It means nimf is not the same size as y(ind_remov_pad).
Catégories
En savoir plus sur NaNs dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!