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!