フィルターのクリア

How to "Rotate a block" present in model by using "Command" ?

12 ビュー (過去 30 日間)
Abhijit Chougule
Abhijit Chougule 2013 年 12 月 30 日
編集済み: Abhijit Chougule 2013 年 12 月 30 日
I have added a block by command add_block() in my system. Now I need to arrange it properly. Is there any command to Rotate and Flip the block by command ?

採用された回答

Abhijit Chougule
Abhijit Chougule 2013 年 12 月 30 日
編集済み: Abhijit Chougule 2013 年 12 月 30 日
Hey guys I got answer..
The Commands are
set(gcbh,'Orientation','left')
set(gcbh,'Orientation','up')

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2013 年 12 月 30 日
Use set_param to change the various block properties to what you want:

カテゴリ

Help Center および File ExchangeInteractive Model Editing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by