Prev: How to estimate the frequency response of a fixed-point Simulink model?
Next: visualization of a 3D matrix
From: Francois Mourougaya on 10 May 2010 03:07 Got the same problem. Any solution ? Thanks. "Alexander " <michel(a)acin.tuwien.ac.at> wrote in message <hkcese$nc1$1(a)fred.mathworks.com>... > 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.
From: Francois Mourougaya on 10 May 2010 03:08 Got the same problem. Any solution ? Thanks. "Alexander " <michel(a)acin.tuwien.ac.at> wrote in message <hkcese$nc1$1(a)fred.mathworks.com>... > 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.
From: Ralph Schleicher on 10 May 2010 13:38 "Francois Mourougaya" <framou1980(a)yahoo.fr> writes: > Got the same problem. Any solution ? You need a Simulink License to run a RSim executable with a variable step solver. It's documented in the RTW manual. > "Alexander " <michel(a)acin.tuwien.ac.at> wrote in message <hkcese$nc1$1(a)fred.mathworks.com>... >> 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. -- Ralph Schleicher <http://ralph-schleicher.de> Development * Consulting * Training Mathematical Modeling and Simulation Software Tools
From: Hooman on 10 May 2010 15:02
On May 10, 1:38 pm, Ralph Schleicher <rs+use...(a)ralph-schleicher.de> wrote: > "Francois Mourougaya" <framou1...(a)yahoo.fr> writes: > > Got the same problem. Any solution ? > > You need a Simulink License to run a RSim executable with a variable > step solver. It's documented in the RTW manual. > > > "Alexander " <mic...(a)acin.tuwien.ac.at> wrote in message <hkcese$nc...(a)fred.mathworks.com>... > >> 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. Seehttp://www.mathworks.com/support/solutions/en/data/1-196RW/?solution=... > >> 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. > > -- > Ralph Schleicher <http://ralph-schleicher.de> > > Development * Consulting * Training > Mathematical Modeling and Simulation > Software Tools If you want to have a real standalone simulation model without needing a MATLAB/Simulink license, you have to go with a fixed-step solver. There is no way out of this restriction. We have had this problem and we have explored all potential solutions at no avail. If your model is not very large, you can choose a small fixed time step to make sure that you capture all dynamics and create your standalone app. |