Hi
I understand that you want to load sfit data in Simulink.
I suggest you to first load the sfit data from the memory by following “load” function. After loading the data evaluate the data using “z = fevel(data,x,y)” . Then try using the output in the MATLAB function block in Simulink.
Refer the below MATLAB documentation to know more about “fevel” function :
Refer to this MATLAB Answer for more information about using fitted data in Simulink.
Hope this helps you