cucgrace 发表于 2006-4-17 13:46

请问用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 编辑 ]

happy 发表于 2006-4-17 17:37

回复:(cucgrace)请问用MCC进行格式转换时为什么总有...

matlab complier不能编译script M-file,把script M-file转成function m-file就行了<BR><BR>

andybeyond 发表于 2006-4-18 10:48

厉害

ding

cucgrace 发表于 2006-4-19 10:54

回复:(happy)回复:(cucgrace)请问用MCC进行格式...

关键是怎么转换呢?我不会转换诶

cucgrace 发表于 2006-4-19 11:39

回复:(happy)回复:(cucgrace)请问用MCC进行格式...

我转换成function运行后还是有提示,下面要怎么办呢,HAPPY叔叔过来帮我看看呀<BR>&gt;&gt; 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:

cucgrace 发表于 2006-4-19 12:44

回复:(happy)回复:(cucgrace)请问用MCC进行格式...

哈哈,我的问题自己解决了,不过还是谢谢happy叔叔的指点

happy 发表于 2006-4-21 15:18

回复:(cucgrace)回复:(happy)回复:(cucgrace)...

<DIV class=quote><B>以下是引用<I>cucgrace</I>在2006-4-19 11:39:11的发言:</B><BR>我转换成function运行后还是有提示,下面要怎么办呢,HAPPY叔叔过来帮我看看呀<BR>&gt;&gt; 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>

happy 发表于 2006-4-21 15:18

回复:(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>

caochongwen 发表于 2006-7-29 09:23

BP

我在用BP模型时,每次的结果都不一样,我已经把权值、阀值调成固定值了,可是结果还是每次都不一样。这是为什么呢?
页: [1]
查看完整版本: 请问用MCC进行格式转换时为什么总有错误提示?