フィルターのクリア

How to know total time taken by a solver to converge the system completely.

2 ビュー (過去 30 日間)
Sandy
Sandy 2016 年 3 月 26 日
コメント済み: Sandy 2016 年 3 月 31 日
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!

採用された回答

dave1987
dave1987 2016 年 3 月 26 日
Hey Sandy is this what you where looking for?
tic
sim('yourSimulinkModel.mdl')
time = toc
  1 件のコメント
Sandy
Sandy 2016 年 3 月 31 日
Hi Dave1987,
First of all sorry for replying late... I greatly appreciate your help! Can you please clarify my following questions. 1. what tic and toc stands for? ( my background is not computer science or programming)
2. I have noticed that in a new editor with just one line "time=tic' gives a really big number like '30384030483480' What does it mean?
3. Does "time=toc" gives elapsed time in seconds ?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by