ERROR: Index exceeds matrix dimensions. The array IMF is empty and therefore has no valid indices

1 次查看(过去 30 天)
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

回答(1 个)

Chetan
Chetan 2023-9-15
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

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by