MATLAB: How to call initialize a subsystem Block

initialization panesimulinksubsystem

Hi, I want to know if there is any way of calling the Matlab code written in initialization pane of a subsystem without running simulation or without changing Mask Parameters.
I have a network created by a number of subsystem blocks. Each subsystem modifies itself based on the number of blocks to which it is connected and also retrieves some information from connected blocks. I want to have a some refresh kind of functionality so that once all the subsystem blocks are connected I can ask Simulink to call the initialization expression for all of the subsystem without actually running the simulation.
Thanks for the help…

Best Answer

I got the Solution. I didn't see that On simulink diagram, there is an option called 'Update Diagram' in its context menu. After creating the network, I just select 'update diagram' after right clicking in model window, it worked. It updated all the susbsystem blocks.