I want to ask about low pass filter in app design

1 次查看(过去 30 天)
Hi guys, anyone can help me with this (low pass filter) code, I do not know why it's not working

采纳的回答

Bora Eryilmaz
Bora Eryilmaz 2022-12-16
编辑:Bora Eryilmaz 2022-12-16
It looks like you are showing the filtered image (an) on the same uiaxes as the original image, so they are overlapping.
You would probably want to clear the axes before showing a new image using:
cla(app.UIAxes_2)

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by