Please tell me how to modify simscape multibody block parameter in workspace
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Raj
il 12 Apr 2024
Hi @정호
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Simscape Multibody in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!