this is my app designer file

조회 수: 1 (최근 30일)
jana
jana 2023년 1월 9일
댓글: Mario Malic 2023년 1월 10일
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

채택된 답변

Mario Malic
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
jana
jana 2023년 1월 10일
i wrote it exactly how u did its still wrong
Mario Malic
Mario Malic 2023년 1월 10일
I have edited the answer.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by