I have two simulink models (say X and Y), I should first run X, and after few seconds(lets say 10sec), I need to run Y when X is already in execution phase. And this has to be done from matlab command line. I have tried using set_param(), but unable to do the simulations as expected.
Can someone help with that?