tianma 发表于 2008-3-20 15:54

simulink中用Embedded MATLAB Function 中出现的问题

在simulink中使用了Embedded MATLAB Function在这个模块中写了一个计数器的程序,其中用到count=count+1;出现在下面的错误提示:
Coder Error EmbeddedMATLAB Function Embedded MATLAB Output count must be assigned before returning from the function.Function 'Embedded MATLAB Function' (#104.84.89), line 5, column 11:"count"
在这里必须要给count提前付值吗,可是这样的话count就不能一直向上加了,不是每都清一次0,永远都是0和1吗???

dasheng2020 发表于 2008-3-25 17:04

Embedded MATLAB Function 好像不支持这种循环语句!
我做的想用一个switch语句也不行,可以的话还是用M file写吧!
(初学乍练,即供参考)

yuzc025 发表于 2008-3-28 08:59

Embedded MATLAB Function Block出现问题

求助:matlab编写函数放到simulink Embedded MATLABFunction Block中,怎样才能运行?原函数command window中可以运行,移植过去就不行了。
页: [1]
查看完整版本: simulink中用Embedded MATLAB Function 中出现的问题