疯狂的齿轮 发表于 2008-10-21 14:12

m文件带有子函数,怎么mcc成exe文件?

我已经搜索了,好像没有人解答类似的问题,高手帮忙呀

sogooda 发表于 2008-10-21 14:42

只要编译主函数就可以。

疯狂的齿轮 发表于 2008-10-21 16:30

主函数是input.M
命令是:
mcc -m input.m

错误信息:??? Error: Cannot compile "input" because it is a built-in MATLAB function.
If you would like to export an interface to the built-in functions via a
shared library, create a wrapper m-function that calls this function and
compile that into your library.

sigma665 发表于 2008-10-21 18:55

回复 板凳 疯狂的齿轮 的帖子

input 是matlab的built-in函数
如果是你自己编的,换个名字

疯狂的齿轮 发表于 2008-10-21 19:25

非常感谢,送鲜花

疯狂的齿轮 发表于 2008-10-21 21:37

原帖由 sigma665 于 2008-10-21 18:55 发表 http://www.chinavib.com/forum/images/common/back.gif
input 是matlab的built-in函数
如果是你自己编的,换个名字
换个名字 xxl_input还是不行
命令:>> mcc -m xxl_input.m
提示:??? Error: File "xxl_input" is a script M-file and cannot be compiled with the current Compiler.

[ 本帖最后由 疯狂的齿轮 于 2008-10-21 21:41 编辑 ]

ch_j1985 发表于 2008-10-21 21:57

回复 6楼 疯狂的齿轮 的帖子

看看这些帖子中有没有你需要的
http://forum.vibunion.com/forum/viewthread.php?tid=24140&extra=page%3D1%26amp%3Bfilter%3Ddigest
http://forum.vibunion.com/forum/viewthread.php?tid=13746&extra=page%3D1%26amp%3Bfilter%3Ddigest

疯狂的齿轮 发表于 2008-10-22 11:19

没解决,不管vc、vb的事

无水1324 发表于 2008-10-23 21:43

回复 8楼 疯狂的齿轮 的帖子

顶起,我也遇到这样的问题,还没有解决,楼主的怎么样了?

nymail 发表于 2008-10-24 07:22

这个问题不太好解决

[ 本帖最后由 nymail 于 2008-10-24 07:24 编辑 ]
页: [1]
查看完整版本: m文件带有子函数,怎么mcc成exe文件?