MATLAB: How to filter a signal(s) open in a UIAXES in matlab app designer

app designerfilterguidematlab guiplottingsignal processing

Hi All
I have a listbox from which I choose some signal names and plot them on my UIAXES. now wanted to make a filter button. how could I transfer those signals to the filtering button ?
maybe assuming I have 3 signals already plotted

Best Answer

Please check the attached file. It gives a general idea of how to apply a filter on the current line plotted on a UIAxes. You can modify it according to your requirements.