Borrar filtros
Borrar filtros

Please tell me how to modify simscape multibody block parameter in workspace

2 visualizaciones (últimos 30 días)
I want to edit simscape multibody block parameter in workspace.
If you use the set_param function, an error occurs saying that it is not a subsystem.
I simply want to change the actuation part of the simscape multibody block to 'provided by Input'.
If there is a way to do it, please let me know a simple one-line code.

Respuestas (1)

Raj
Raj el 12 de Abr. de 2024
To modify a Simscape Multibody block parameter from the MATLAB workspace, especially for changing the actuation mode to "provided by Input", you typically can't use set_param directly on the Simscape Multibody block because it is not treated as a simple subsystem or block with easily accessible parameters in the same way as Simulink blocks.
The 'set_param' function on the other hand can be used on Simulink model, subsystem, library, block, line, port, or bus element port element to set the specified value. Refer to the documentation below for better understanding-
I hope this solves your query.

Categorías

Más información sobre Troubleshooting en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by