How can I insert a GIF background in matlab guide so that when the program is made to run in the background I can see that GIF is running as my background image.
5 ビュー (過去 30 日間)
古いコメントを表示
How can I insert a GIF background in matlab guide so that when the program is made to run in the background I can see that GIF is running as my background image.
2 件のコメント
DGM
2021 年 6 月 12 日
編集済み: Image Analyst
2021 年 6 月 12 日
What exactly do you mean by the background image in a GUI? Are you trying to put an image in an axes beneath other objects? Are you trying to animate that image?
But "when the program is made to run in the background I can see that GIF is running" makes it sound like you want some sort of animated icon for a minimized window or something.
Adam Danz
2021 年 6 月 12 日
If you are developing a GUI using GUIDE, you are strongly urged to abandon GUIDE and develop the GUI using AppDesigner. MathWorks has started to phase out the GUIDE platform and in the near future, GUIDE-based GUIs will still function but will no longer be editable or further developed.
Adding GIFs to components in AppDesigner is fairly straightforward. Here's a Community Highlight that demonstrates these capabilities in Matlab R2020a and later.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!