Problem with running eemd function
조회 수: 2 (최근 30일)
이전 댓글 표시
Dear experts,
I face issue when implementing the eemd function on a power quality signal (y). It is a bit hard to me to realize the errors. I appreciate if anyone could help me solving
this issue.
this issue.댓글 수: 0
채택된 답변
Walter Roberson
2021년 3월 13일
That code requires y to be a row vector but it is a column vector.
댓글 수: 5
Walter Roberson
2021년 3월 14일
The code requires that the s you pass in must be a row vector. You do not show us what you are passing in, but we can tell it is not a row vector.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Digital Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!