From: Alexander on
I'm trying to generate a standalone simulink model with variable step size. For this purpose simulink provides the rsim.tlc in real time workshop. In order to use this executable on a pc without matlab the support says that libmx.dll, libut.dll, and libmat.dll has to be in the exe folder on the tagret machine. See http://www.mathworks.com/support/solutions/en/data/1-196RW/?solution=1-196RW
But on the target machine the exe asks for further dlls. Even when I make all asked dlls available to the exe it doesnt run.

Does anyone know how fix this problem? Compiled models with grt.tlc run fine but I need a solver with variable step size.