why i can not rename the load flow bus block in simulink?

8 visualizaciones (últimos 30 días)
Thafequl  Alam
Thafequl Alam el 22 de Jul. de 2017
Respondida: Tushar Sharma el 17 de En. de 2025
load flow bus block

Respuestas (1)

Tushar Sharma
Tushar Sharma el 17 de En. de 2025
The Simulink Editor names blocks when you add them to a model.
To change the block name:
  1. Select the block.
  2. Double-click the block name.
  3. Type the new 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

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by