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.
How to call initialize a subsystem Block?
1 view (last 30 days)
Show older comments
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...
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Subsystems in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!