In Matlab, it is possible to link axes of different figures using linkaxes
. If you zoom in one figure, the corresponding figures will be zoomed in in the same way.
I wondered if something similar was possible with Simulink scopes. It would be handy if all scopes would rescale if you manually zoom in one scope.
(An alternative would of course be to export the data to the workspace, plot it in figures and use linkaxes
.)
Edit
Extending the question: would it be possible to link axes of Matlab figures and Simulink scopes?