m文件带有子函数,怎么mcc成exe文件?
我已经搜索了,好像没有人解答类似的问题,高手帮忙呀 只要编译主函数就可以。 主函数是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.
回复 板凳 疯狂的齿轮 的帖子
input 是matlab的built-in函数如果是你自己编的,换个名字 非常感谢,送鲜花 原帖由 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 编辑 ]
回复 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 没解决,不管vc、vb的事
回复 8楼 疯狂的齿轮 的帖子
顶起,我也遇到这样的问题,还没有解决,楼主的怎么样了? 这个问题不太好解决[ 本帖最后由 nymail 于 2008-10-24 07:24 编辑 ]
页:
[1]