- Select the block.
- Double-click the block name.
- Type the new name.
why i can not rename the load flow bus block in simulink?
8 views (last 30 days)
Show older comments
load flow bus block
0 Comments
Answers (1)
Tushar Sharma
on 17 Jan 2025
The Simulink Editor names blocks when you add them to a model.
To change the block name:
Or, you can also do it using the 'set_param' function like -
set_param('myModel/bus','Name','Custom name')
Refer the documentation for more details - https://www.mathworks.com/help/simulink/slref/set_param.html
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!