请问用MCC进行格式转换时为什么总有错误提示?
>> mcc -x fly??? Error: File "fly" is a script M-file and cannot be compiled with the current Compiler.
Error in ==> D:\toolbox\compiler\mcc.dll
我想把fly.m转换成fly.c ,为什么总有错误提示呢?
[ 本帖最后由 xinyuxf 于 2007-7-25 15:20 编辑 ]
回复:(cucgrace)请问用MCC进行格式转换时为什么总有...
matlab complier不能编译script M-file,把script M-file转成function m-file就行了<BR><BR>厉害
ding回复:(happy)回复:(cucgrace)请问用MCC进行格式...
关键是怎么转换呢?我不会转换诶回复:(happy)回复:(cucgrace)请问用MCC进行格式...
我转换成function运行后还是有提示,下面要怎么办呢,HAPPY叔叔过来帮我看看呀<BR>>> mcc -x hxg<BR>Please choose your compiler for building external interface (MEX) files: <BR> <BR> <BR>Select a compiler: <BR> Lcc C version 2.4 in D:\\sys\lcc <BR> Microsoft Visual C/C++ version 6.0 in C:\Program Files\Microsoft Visual Studio <BR> <BR> None <BR> <BR>Compiler:回复:(happy)回复:(cucgrace)请问用MCC进行格式...
哈哈,我的问题自己解决了,不过还是谢谢happy叔叔的指点回复:(cucgrace)回复:(happy)回复:(cucgrace)...
<DIV class=quote><B>以下是引用<I>cucgrace</I>在2006-4-19 11:39:11的发言:</B><BR>我转换成function运行后还是有提示,下面要怎么办呢,HAPPY叔叔过来帮我看看呀<BR>>> mcc -x hxg<BR>Please choose your compiler for building external interface (MEX) files: <BR><BR><BR>Select a compiler: <BR> Lcc C version 2.4 in D:\\sys\lcc <BR> Microsoft Visual C/C++ version 6.0 in C:\Program Files\Microsoft Visual Studio <BR><BR> None <BR><BR>Compiler: </DIV><P>没有选择compiler<BR>可以用mbuild -setup选择</P>
回复:(cucgrace)回复:(happy)回复:(cucgrace)...
<DIV class=quote><B>以下是引用<I>cucgrace</I>在2006-4-19 12:44:51的发言:</B><BR>哈哈,我的问题自己解决了,不过还是谢谢<FONT color=#ff0000>happy叔叔</FONT>的指点</DIV><P>我很老吗?</P>
BP
我在用BP模型时,每次的结果都不一样,我已经把权值、阀值调成固定值了,可是结果还是每次都不一样。这是为什么呢?
页:
[1]