MATLAB: How to “Rotate a block” present in model by using “Command”

rotate a blocksimulink

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 ?

Best Answer

Hey guys I got answer..
The Commands are
set(gcbh,'Orientation','left')
set(gcbh,'Orientation','up')
Related Question