How to insert an image in app designer?

14 ビュー (過去 30 日間)
Muazma Ali
Muazma Ali 2022 年 5 月 8 日
コメント済み: Image Analyst 2022 年 7 月 29 日
Hi! :)
I have included an image with a kind of sound in my program . I havent made any app yet but I am wondering whether there is a possibility in the app designer to make a such image appear at the beginning of the program. As my program starts, the image is closed and I want it to happen in the app also.

採用された回答

Image Analyst
Image Analyst 2022 年 5 月 8 日
Can't you put an axes on the figure and call imread() and imshow() in your startup function?
  4 件のコメント
Muazma Ali
Muazma Ali 2022 年 7 月 29 日
@Image Analyst How can I make sure that the axis disapperars from the GUI when the figure disappears..?
Image Analyst
Image Analyst 2022 年 7 月 29 日
The figure is the main window. The figure has an axes control on it. The axes control may have an image in it, or data like a line plot graph. When the figure disappears the whole program disappears including everything on the figure (axes, buttons, listboxed, checkboxes, etc.). If you want to hide an axes you cal call
cla
axis off
You can also set the visible property to 0 or 'off'. Or you mgiht try the attached function.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop 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