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 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 EEG/MEG/ECoG 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by