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

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 CenterFile Exchange 中查找有关 Interactive Model Editing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by