If in MATLAB you create the filter object along the lines of
>> Hd = dfilt.dffir(....) % or whichever filter type you are using
Then to put it into Simulink you'll do
>> set_param('Digital Filter','FilterSource','Hd')
Phil.
>> Hd = dfilt.dffir(....) % or whichever filter type you are using
Then to put it into Simulink you'll do
>> set_param('Digital Filter','FilterSource','Hd')
Phil.