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
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!