MATLAB: Is it possible to rotate the entire model in the model editor in Simulink

blockseditormodelorientationrotatesimulink

I want to be able to rotate my entire model in the model editor as I would be able to rotate an image or text in some image/text processing software.

Best Answer

The ability to rotate an entire model in a certain direction (clockwise or counter-clockwise) by a certain angle is not available in Simulink. There are no workarounds.
However, Simulink does provide the ability to rotate blocks in your model. Please enter the following at the MATLAB command prompt for appropriate documentation.
web([docroot,'/toolbox/simulink/ug/working_with_blocks9.html#82580'])
For more generic information on working with Simulink blocks, please refer the following documentation
web([docroot,'/toolbox/simulink/ug/working_with_blocks.html'])