HenryDUT 发表于 2008-5-17 10:42

S函数-RTW编译-TLC

用M文件写S函数在RTW编译时遇到以下错误:
MFile S-functions without a corresponding TLC file are not supported. You can inline your S-function by creating a TLC file for it. You can also remap your S-function to C by creating a corresponding C Mex source file and a Sa.tlc file in the same directory as the MFile S-function which contains (on the first line):
%% CallAsCMexLevel1
or
%% CallAsCMexLevel2
这是什么错误?该如何解决?

HenryDUT 发表于 2008-5-19 10:26

高手快来帮忙啊!!!:'(

HenryDUT 发表于 2008-5-21 22:33

搞定了,原来不能用M文件编写的S函数

charlies_CGY 发表于 2009-1-15 20:55

我想问一下,你是怎么解决的呀,我也出现同样的问题。谢谢

紫凌珍宝 发表于 2009-7-22 14:59

我也像知道啊。。。楼主快给我们解答吧
页: [1]
查看完整版本: S函数-RTW编译-TLC