0
votes

I would like to know if i can modify/update the name of a Simulink block with the function set_param and if yes which param name i have to put or another function.

Thanks

1
Hi Lucas, your question might be sufficient already, but it might be helpful to others if you provide a code example of what you're trying to accomplish.jerney

1 Answers

2
votes

Yes, for example:

set_param('mymodel/Gain','Name','My custom name')

See the documentation on set_param for more details.