this is my app designer file
2 ビュー (過去 30 日間)
表示 古いコメント
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
0 件のコメント
採用された回答
Mario Malic
2023 年 1 月 10 日
編集済み: Mario Malic
2023 年 1 月 10 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!