matlab - I want to run two or more simulink model in parallel and synchronisation. -
hi want run 2 or more simulink model in parallel , synchronisation. there way it? 1 way think creating subsystem , put models inside it. should run parallely. 1 not prefered me. want open 2 matlab instances , run 2 different model in synchronisation. possible? want programmatically. appreciable.
you should use matlab script , implement synchronization logic in it.
== update ==
you can execute simulink model calling matlab script. have define task containing next steps: first can calculate inputs in matlab. execute first model first inputs. save results variable. use variable on second model , launch second model simulation.
repeat task necessary steps.
Comments
Post a Comment