Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: level 2 m-file s function for frame based signal

$
0
0
I haven't run the code, but your are using the inputs in the mdlOutput function without defining the them as having Directfeedthrough.

I suspect you need to define
block.InputPort(1).DirectFeedthrough = true;
block.InputPort(2).DirectFeedthrough = true;

Viewing all articles
Browse latest Browse all 19628

Trending Articles