Why dot indexing is not supported for variables of this type using EMD method in MATLAB R2019a version ? What can I do?
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Komal
 am 23 Nov. 2023
  
    
    
    
    
    Kommentiert: Walter Roberson
      
      
 am 23 Nov. 2023
            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
      
      
 am 23 Nov. 2023
        It seems IMF is not a sturcutre. Check 
class(IMF)
If it is double. Try
max(IMF)
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



