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

7 ビュー (過去 30 日間)
Thafequl  Alam
Thafequl Alam 2017 年 7 月 22 日
回答済み: Tushar Sharma 2025 年 1 月 17 日
load flow bus block

回答 (1 件)

Tushar Sharma
Tushar Sharma 2025 年 1 月 17 日
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

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by