Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
code:
[IMF, residual, info] = emd(eeg_signal);
imf_count = max(info.NumIMF);
Dot indexing is not supported for variables of this type.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by