フィルターのクリア

[Maximum Timing for Simulation]

4 ビュー (過去 30 日間)
Binh Huynh Thanh
Binh Huynh Thanh 2019 年 2 月 1 日
回答済み: Binh Huynh Thanh 2019 年 2 月 3 日
Hi, I have a simulink model and I would to know that what is the maximum the timing value can be assigned for simulation ?
Maximum = ???
>> sim('modelName','StartTime','0','StopTime',Maximum,'FixedStep','0.01');
Thank you.

採用された回答

Mundrathi Venugopal
Mundrathi Venugopal 2019 年 2 月 1 日
I'm not sure about the maximum time that you can specify for a model.
However If you want to run the model continuously until you stop, you can assign the stop time as below.
set_param(bdroot,'StartTime','0','StopTime','Inf','FixedStep','0.01');
sim(bdroot);

その他の回答 (1 件)

Binh Huynh Thanh
Binh Huynh Thanh 2019 年 2 月 3 日
Thank Mundrathi Venugopal very much.
As above answer, I think that the timing for simulation is unlimited.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by