Deploytool and GUI: limitations?

3 次查看(过去 30 天)
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 中查找有关 Application Deployment 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by