필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Invoking a GUI from another GUI

조회 수: 1 (최근 30일)
Aditya
Aditya 2014년 3월 8일
마감: MATLAB Answer Bot 2021년 8월 20일
I have two GUIs. I'm invoking GUI A from GUI B.
Here's my question: After creating GUI into a .exe file does GUI B also get converted to an .exe. Or do I would need to store the .fig file in the same folder as GUI A.

답변 (1개)

Image Analyst
Image Analyst 2014년 3월 8일
Everything (all m-files and .fig files that could possibly get called) gets bundled into one .exe file.
  댓글 수: 2
Aditya
Aditya 2014년 3월 9일
what about videos ? I have currently specified the link from my system for playing the video. After converting to .exe will it work without the link? What if I want to run the same GUI on another PC having Matlab? Thanks in advance.
Image Analyst
Image Analyst 2014년 3월 9일
You could ship the video separately - that's what I'd do. You can bundle it into the .exe (the CTF archive) if you specify it with the "-a" option of the mcc command.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by