Probelem with FAST_Sizes using Simulink: undefined symbol "FAST_Sizes"

Hello all,

When simulating FAST in Simulink I get this error: undefined symbol “FAST_Sizes”.
Has anyone any idea how I could solve that.

thank you in advance
Best wishes

FAST_Sizes is a routine in the FAST_Library, which must be linked with the mex function you generate in Matlab. If it’s telling you the symbol is undefined, it probably can’t find the FAST_Library dynamic library.