kmt0000
Industrial
- Feb 9, 2011
- 2
Hello,
I've a GUI which runs some scripts and a simulink model.
I need to make a standalone aplication which runs in computers without matlab and simulink. It must be able to change inputs and parameters in the model.
I've built the executable model with the Rapid Simulation Target in Real Time Workshop and the standalone application with Matlab Compiler. For changing the parameters I modify the param_struct variable.
In my computer it works well but in other computers without matlab doesn't work. I have Matlab Compiler Runtime (MCR) installed in all computers.
I don't know what I can do.
Can I convert my Simulink model in a matlab function? Should I use a s-function? How does it work?
All ideas will be welcomed.
Thanks in advance.
I've a GUI which runs some scripts and a simulink model.
I need to make a standalone aplication which runs in computers without matlab and simulink. It must be able to change inputs and parameters in the model.
I've built the executable model with the Rapid Simulation Target in Real Time Workshop and the standalone application with Matlab Compiler. For changing the parameters I modify the param_struct variable.
In my computer it works well but in other computers without matlab doesn't work. I have Matlab Compiler Runtime (MCR) installed in all computers.
I don't know what I can do.
Can I convert my Simulink model in a matlab function? Should I use a s-function? How does it work?
All ideas will be welcomed.
Thanks in advance.