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 Center および File ExchangeImages についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by