Deploytool and GUI: limitations?

조회 수: 8 (최근 30일)
Lorenzo
Lorenzo 2013년 11월 15일
답변: maarten vaandrager 2014년 1월 28일
Dear all, I'm currently developing a GUI which eventually I'll compile using deploytool. At the moment the main features of my GUI are the following:
- the user can chose an entry from a dropdown menu and then some tables are updated accordingly;
- the user enters some values in the table and a text box is updated after some calculations;
- the user can load and save files through uigetfile and uiputfile;
- the user can plot some curves, which at the moment is done by opening a new figure (the plot is not embedded in the main GUI)
To this extent, will I be able to keep all those features with my compiled gui? Are there any limitations when compiling? Will I still be able to do plots in new figures? If I compile in a 32bit system, will I need to compile in a 64bit system as well to make sure my GUI is compatible with a 64bit system (and the other way around)?
At the moment I don't have the compiler available, that's why I cannot test it myself yet.
Thanks!
Lorenzo

채택된 답변

maarten vaandrager
maarten vaandrager 2014년 1월 28일
Hi Lorenzo,
I see no reason why this shouldn't work after compiling. There is only one way to find out ofcourse..
If you compile on a 32bits system your *.exe will be 32bit. 64bit windows is backwards compatible with 32bit programs. But 32bit windows is not forward compatible so a 64bit *.exe will not work on 32bit windows.
good luck

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by