Azzera filtri
Azzera filtri

Error in ECGdeli MATLAB toolbox

4 visualizzazioni (ultimi 30 giorni)
anas qazaz
anas qazaz il 2 Mar 2023
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

Risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by