ERROR: Index exceeds matrix dimensions. The array IMF is empty and therefore has no valid indices
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello everyone,
I am trying to implement emd function using matlab function block , But i am getting the following error:Index exceeds matrix dimensions. The array IMF is empty and therefore has no valid indices.
I have attached the similink model and error screenshot.
Can anyone help me to resolve this issue.
Thank you,
With regards,
Manikandan Raju
0 commentaires
Réponses (1)
Chetan
le 15 Sep 2023
It appears that you are experiencing an issue with the "emd" function and encountering an error.
Upon debugging the code, it has been identified that the IMF (Intrinsic Mode Function) is an empty matrix with a size of 1024x0, causing an error during vector slicing.
To resolve this issue, I recommend referring to the documentation of the "emd" function for further guidance:
I hope these suggestions help you resolve the issue you are facing
0 commentaires
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!