Problem with running eemd function
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jan Ali
am 13 Mär. 2021
Kommentiert: Jan Ali
am 14 Mär. 2021
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/548688/image.jpeg)
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 13 Mär. 2021
That code requires y to be a row vector but it is a column vector.
5 Kommentare
Walter Roberson
am 14 Mär. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!