政务桌面应用系统开发提升政府服务效率的关键所在
823
2022-09-29
matlab中GUI程序的打包
1.首先对Compiler进行适当的配置,方法是在Matlab命令窗口输入:
Mbuild –setup
2.将M文件编译为独立可执行文件的语法是:
>>mcc –m myfunctionname.m
myfunctionname.exe就是最后的可执行文件的名称。
3.将/MATLAB701/toolbox/compiler/deploy/win32中的MCRinstaller.exe安装到要运行该程序的计算机上
4.将编译生成的相相关文件拷贝到同一目录下,运行myfunctionname.ext即可执行程序
5.此时程序会出现command窗口,影响美观。
有人写好了包避免它的出现,-为:program will hide the command window of compiled programs in all versions of Microsoft Windows. To use, change the name in the "suppress.ini" file to the name of your MATLAB EXE file, then run "suppress.exe". You may rename "suppress.exe", but you may not rename "suppress.ini" without editing and recompiling the source code. The files "suppress.exe", "suppress.ini", and your EXE file must all be in the same directory. This utility was created using NSIS (The default settings will run the "test.exe" program included in the ZIP file.
需要将suppress.ini内的路径更改,然后执行suppress.exe即可。
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~