Create a GUI interface in MATLAB for simple image functions like reading and displaying??

조회 수: 3 (최근 30일)
I'm new to this topic so anyone please help me with this question
  댓글 수: 1
Kevin Holly
Kevin Holly 2022년 4월 29일
I would recommend using App Designer. You could create a load button where the user can select the image file. You can use the imread function to read the image. You can use imshow, image, or imagesc to display the image.

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

채택된 답변

Cris LaPierre
Cris LaPierre 2022년 4월 29일
Take a look at this example app.

추가 답변 (1개)

Rik
Rik 2022년 4월 29일
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by