Effacer les filtres
Effacer les filtres

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

12 vues (au cours des 30 derniers jours)
Abhijit Chougule
Abhijit Chougule le 30 Déc 2013
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 ?

Réponse acceptée

Abhijit Chougule
Abhijit Chougule le 30 Déc 2013
Modifié(e) : Abhijit Chougule le 30 Déc 2013
Hey guys I got answer..
The Commands are
set(gcbh,'Orientation','left')
set(gcbh,'Orientation','up')

Plus de réponses (1)

Sean de Wolski
Sean de Wolski le 30 Déc 2013
Use set_param to change the various block properties to what you want:

Catégories

En savoir plus sur Interactive Model Editing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by