Why dot indexing is not supported for variables of this type using EMD method in MATLAB R2019a version ? What can I do?

1 回表示 (過去 30 日間)
code:
[IMF, residual, info] = emd(eeg_signal);
imf_count = max(info.NumIMF);
Dot indexing is not supported for variables of this type.

採用された回答

KSSV
KSSV 2023 年 11 月 23 日
It seems IMF is not a sturcutre. Check
class(IMF)
If it is double. Try
max(IMF)
  4 件のコメント
Komal
Komal 2023 年 11 月 23 日
Dear sir,
This problem is remain at still now. Can you give any more idea ?
Walter Roberson
Walter Roberson 2023 年 11 月 23 日
For some reason it must have returned [] for info

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEEG/MEG/ECoG についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by