How to get sample time of the model through scrip?
1 回表示 (過去 30 日間)
古いコメントを表示
vinothkannan K
2013 年 12 月 12 日
コメント済み: vinothkannan K
2013 年 12 月 13 日
Hi.,
How to get sample time of the model through scrip?
0 件のコメント
採用された回答
Rajiv Ghosh-Roy
2013 年 12 月 12 日
get_param(gcs, 'FixedStep')
This will only work for fixed step solvers. Note that the result returned is a string.
その他の回答 (1 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!