フィルターのクリア

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 Center および File ExchangeDimensionality 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