How to create a matlab script of an already created .slx file?
5 views (last 30 days)
Show older comments
Hi there,
i created a simscape multibody model with additional blocks and would like to have the corresponding file as a script. With that script i would like to set parameters or variables to ease its analysis and the parametrization.
How can I achieve that?
Thanks in advance.
0 Comments
Answers (2)
Steve Miller
on 23 Nov 2022
The MATLAB command set_param() will allow you to set the parameter of nearly any Simulink, Simscape, or Simscape Multibody block.
This submission shows you how to use MATLAB commands to add blocks, lines, set parameters, run simulations, and post-process results.
https://www.mathworks.com/matlabcentral/fileexchange/45410-simscape-multibody-model-from-matlab-code
--Steve
6 Comments
Steve Miller
on 23 Nov 2022
If you have integrated your MATLAB blocks into the Simulink model where the Simscape Multibody blocks are, you can use general Simulink logging/scopes/etc. to check your outputs. Pulling it all into a MATLAB script is not the way to go.
Walter Roberson
on 23 Nov 2022
No, there is no way to convert a Simulink or Simscape or Stateflow model to the corresponding MATLAB code. And if there were then the result would no longer be "blocks".
0 Comments
See Also
Categories
Find more on Simscape Multibody in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!