フィルターのクリア

How to implement sgolay filter in matlab GUI?

3 ビュー (過去 30 日間)
pavan sunder
pavan sunder 2016 年 9 月 29 日
コメント済み: Geoff Hayes 2016 年 9 月 29 日
i want to implement Sgolay filter in MATLAB GUI PLZ giude me: i created a GUI with a push button and axes. in the push button call back function i typed the following code:
function output_Callback(hObject, eventdata, handles)
load('ecgdat.mat')
sig=val(1,:).'
filt_op= sgolayfilt(sig,0,21);
axes(handles.axes2)
plot(1:length(filt_op), filt_op)
I am getting error.. PLZ tell me how to fix this
  1 件のコメント
Geoff Hayes
Geoff Hayes 2016 年 9 月 29 日
pavan - please copy and paste the full error message to this question.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDirected Graphs についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by