Borrar filtros
Borrar filtros

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

12 visualizaciones (últimos 30 días)
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 ?

Respuesta aceptada

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

Más respuestas (1)

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

Categorías

Más información sobre Interactive Model Editing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by