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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!