MATLAB: Can I use “arrangeSystem” command in Simulink R2017b

simulink

I'm trying to create a Simulink model programmatically. I want to arrange all of the block in the model automatically.
The "Simulink.BlockDiagram.arrangeSystem(system)" command can do it but it is introduced in R2018a.
Is there an alternative command that can do that in R2017b?

Best Answer

The "Simulink.BlockDiagram.arrangeSystem(system)" command is a feature which is added in R2018a. It is not possible to execute it in R2017b.
However there is a third-party application on File Exchange which can fit to your purpose. You can find more information about it in the following link:
If you have any additional questions regarding this please reach out to the author of the application.