Error in ECGdeli MATLAB toolbox

4 次查看(过去 30 天)
anas qazaz
anas qazaz 2023-3-2
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

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by