Info

This question is closed. Reopen it to edit or answer.

How do I pass a tuneable parameter to the exe as a command line argument

1 view (last 30 days)
I have generated an executable from my simulink model, which is designed to run on the windows platform. I have a batch file that I use to start the application.
What I would like to do is pass a variable on the command line (from the batch file) to configure a parameter used in the model. Is this possible, and if so how.
Thanks in advance for any help.
Regards, Matt
  2 Comments
Matt
Matt on 6 May 2014
Hi pietro, I currently have the parameter defined in the workspace as a Simulink.Parameter which is used in a constant block (it is a multiplier in the model). What I would like to do is alter this parameter without having to rebuild the application.

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!