sharine 发表于 2006-1-6 15:52

[求助]关于用Runtime Server做的可执行文件

我顺利做出了setup.exe文件,安装后运行,结果啥也没有。任务栏上显示一个名为matlab server的任务条,但是屏幕上什么都不出现。<BR>我的源文件中包括用GUIDE预先作的应用程序界面,而且不止一个。也就是说,有数个*.fig文件,且相互之间用按钮实现链接。希望用matlabrt文件打开其中一个界面,再由该界面上的按钮控制其它界面的调用。<BR>此外,M文件中还用到了列表对话框,即=listdlg('ListString',s)<BR><BR>请教高手是咋回事呢?<BR>

xueyi 发表于 2006-1-6 18:23

我做的gui根本编译不出来,<BR>我查了帮助,里面列出了限制<BR>1Script M-files <BR>2M-files that use objects <BR>3Calls to the MATLAB Java interface <BR>4M-files that use input or eval to manipulate workspace variables<BR>5M-files that use exist with two input arguments, for example: exist('foo','var')<BR>6M-files that dynamically name variables to be loaded or saved.<BR> This example is disallowed by the Compiler: x= 'f';load('foo.mat',x);<BR>7M-files that load text files, for example: load -ascii sampling1<BR>我觉得是第二个限制,不知道对不对?<BR>
页: [1]
查看完整版本: [求助]关于用Runtime Server做的可执行文件