this is my app designer file

2 views (last 30 days)
jana
jana on 9 Jan 2023
Commented: Mario Malic on 10 Jan 2023
so the problem is after i import a image and go through the buttons from left to right ending with the dilatio and erosion filter these two dont work but if i push them first before the rest they work
the file is attached below and thank u in advance

Accepted Answer

Mario Malic
Mario Malic on 10 Jan 2023
Edited: Mario Malic on 10 Jan 2023
Hi,
You have sent the wrong second argument to the imadjust. It is either a vector or 2-by-3 matrix, the line below is adjusted you can make the change in the app yourself.
Edit: I made an error. Line in callback of button 3 (low b) should be
app.TempEffect=imadjust(app.Modified,[app.LowR app.LowG app.LowB; app.HighR app.HighG app.HighB]);
  2 Comments
jana
jana on 10 Jan 2023
i wrote it exactly how u did its still wrong
Mario Malic
Mario Malic on 10 Jan 2023
I have edited the answer.

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!