How to know total time taken by a solver to converge the system completely.
1 回表示 (過去 30 日間)
古いコメントを表示
Hello Simulink user, I am running simulink model through matlab m file and I am interested to know the total simulations time taken by different solver. ( total actual time which a solver takes to converge the model). Any suggestions will be greatly appreciated Thanks!
0 件のコメント
採用された回答
dave1987
2016 年 3 月 26 日
Hey Sandy is this what you where looking for?
tic
sim('yourSimulinkModel.mdl')
time = toc
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!