Problem with running eemd function
8 ビュー (過去 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/548688/image.jpeg)
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 で Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!