How to get sample time of the model through scrip?
조회 수: 4 (최근 30일)
이전 댓글 표시
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!