Problem with running eemd function
9 views (last 30 days)
Show older comments
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.
0 Comments
Accepted Answer
Walter Roberson
on 13 Mar 2021
That code requires y to be a row vector but it is a column vector.
5 Comments
Walter Roberson
on 14 Mar 2021
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.
More Answers (0)
See Also
Categories
Find more on Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!