Feeds
回答済み
Is there a way to abort Simulink simulation programatically if it takes a long time?
The way I solved was basically like this. myTimer = timer('StartDelay',10, 'TimerFcn','set_param(''ModelName'',''Simulation...
Is there a way to abort Simulink simulation programatically if it takes a long time?
The way I solved was basically like this. myTimer = timer('StartDelay',10, 'TimerFcn','set_param(''ModelName'',''Simulation...
15年弱 前 | 2
質問
Is there a way to abort Simulink simulation programatically if it takes a long time?
I have a model that, depending on some variable values sometimes runs very slowly. Typically I try out many different variable v...
15年弱 前 | 3 件の回答 | 0

