MATLAB: Are some of the blocks in the model not visible in Simulink 4.1 (R12.1)

baredgeinvisiblenotoffscreenscrollscrollbarsimulinkvisible

I have a large model in Simulink and I have used the SET function to set the position of some of the blocks in the model. The simulation results indicate that the blocks are there, but I cannot scroll over enough to see them. It appears that the SET function lets me specify positions that are off of the page.

Best Answer

This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
We have verified that there is a bug in Simulink 4.1 (R12.1) that allows the SET command to accept arguments for the position that are beyond the size of the Simulink page.
To work around this issue, use the SET_PARAM command rather than the SET command when specifying the position of a block.