Azzera filtri
Azzera filtri

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

12 visualizzazioni (ultimi 30 giorni)
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 ?

Risposta accettata

Abhijit Chougule
Abhijit Chougule il 30 Dic 2013
Modificato: Abhijit Chougule il 30 Dic 2013
Hey guys I got answer..
The Commands are
set(gcbh,'Orientation','left')
set(gcbh,'Orientation','up')

Più risposte (1)

Sean de Wolski
Sean de Wolski il 30 Dic 2013
Use set_param to change the various block properties to what you want:

Categorie

Scopri di più su Interactive Model Editing in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by