Azzera filtri
Azzera filtri

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

4 visualizzazioni (ultimi 30 giorni)
code:
[IMF, residual, info] = emd(eeg_signal);
imf_count = max(info.NumIMF);
Dot indexing is not supported for variables of this type.

Risposta accettata

KSSV
KSSV il 23 Nov 2023
It seems IMF is not a sturcutre. Check
class(IMF)
If it is double. Try
max(IMF)
  4 Commenti

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su EEG/MEG/ECoG in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by