Error in ECGdeli MATLAB toolbox
Mostrar comentarios más antiguos
Hi, all;
Please help me to use ECGdeli MATLAB toolbox
Where when I execute the file: Annotate_ExampleECG.m
I get the following errors:
Error using pcaklm
Too many input arguments.
Error in pca (line 53)
[w,truefrac] = pcaklm(mfilename,varargin{:});
Error in P_Detection (line 304)
[~,score] = pca(abs(segments_pos),'NumComponents',1);
Error in Annotate_ECG_Multi (line 128)
FPT_Cell{i}=P_Detection(signal(:,i),samplerate,FPT_Cell{i});
Error in Annotate_ExampleECG (line 99)
[FPT_MultiChannel,FPT_Cell]=Annotate_ECG_Multi(ecg_filtered_isoline,Fs);
please, how i can fix these errors . note im extract all files in the current directory of the MATLAB
thank you in advance
Respuestas (0)
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!