image thumbnail
from Image and Video Processing with Simulink® Webinar Files by Alan Hwang
These are the files from the Image and Video Processing with Simulink webinar.

LCT.m
def = legacy_code('initialize');
def.SourceFiles = {'noBounce.c'};
def.HeaderFiles = {'noBounce.h'};
def.SFunctionName = 'ex_sfun_isFocused';
def.OutputFcnSpec = 'double y1 = noBounce(double u1, double u2, double u3, double u4)';
legacy_code('sfcn_cmex_generate', def);
legacy_code('compile', def);
legacy_code('slblock_generate', def);

Contact us at files@mathworks.com