I want to ask about low pass filter in app design

2 vues (au cours des 30 derniers jours)
rama
rama le 16 Déc 2022
Modifié(e) : Bora Eryilmaz le 16 Déc 2022
Hi guys, anyone can help me with this (low pass filter) code, I do not know why it's not working

Réponse acceptée

Bora Eryilmaz
Bora Eryilmaz le 16 Déc 2022
Modifié(e) : Bora Eryilmaz le 16 Déc 2022
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)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by