Clear Filters
Clear Filters

Error in ECGdeli MATLAB toolbox

4 views (last 30 days)
anas qazaz
anas qazaz on 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

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!