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.
조회 수: 13 (최근 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!