Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
code:
[IMF, residual, info] = emd(eeg_signal);
imf_count = max(info.NumIMF);
Dot indexing is not supported for variables of this type.

Akzeptierte Antwort

KSSV
KSSV am 23 Nov. 2023
It seems IMF is not a sturcutre. Check
class(IMF)
If it is double. Try
max(IMF)
  4 Kommentare
Komal
Komal am 23 Nov. 2023
Dear sir,
This problem is remain at still now. Can you give any more idea ?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by