Filter löschen
Filter löschen

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

12 Ansichten (letzte 30 Tage)
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 ?

Akzeptierte Antwort

Abhijit Chougule
Abhijit Chougule am 30 Dez. 2013
Bearbeitet: Abhijit Chougule am 30 Dez. 2013
Hey guys I got answer..
The Commands are
set(gcbh,'Orientation','left')
set(gcbh,'Orientation','up')

Weitere Antworten (1)

Sean de Wolski
Sean de Wolski am 30 Dez. 2013
Use set_param to change the various block properties to what you want:

Kategorien

Mehr zu Interactive Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by