How to get sample time of the model through scrip?

1 view (last 30 days)
Hi.,
How to get sample time of the model through scrip?

Accepted Answer

Rajiv Ghosh-Roy
Rajiv Ghosh-Roy on 12 Dec 2013
get_param(gcs, 'FixedStep')
This will only work for fixed step solvers. Note that the result returned is a string.

More Answers (1)

Guy Rouleau
Guy Rouleau on 13 Dec 2013

Categories

Find more on Simulink in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!