What do you mean by sampling time? How will it be seen in the generated code?

Please explain with generated code

댓글 수: 1

This title and question are much too brief and non-specific for people to help much, if at all. Can you please give a more complete explanation of what you are trying to understand?

댓글을 달려면 로그인하십시오.

 채택된 답변

TAB
TAB 2012년 6월 4일

1 개 추천

In brief, sample time for the model is the time step at which model will be executed. Suppose for Fixed step discrete model, sample time 1 second, then when you will simulate the model, model will be executed at every 1 second.
Sample time can not be seen in generated code. When you generate the code from the model, RTW will generate it's logic only. It's your responsibility to call the generated function (for eg. mdl_step function) in your scheduler at particular time steps which can be same or different with simulation step time.

카테고리

도움말 센터File Exchange에서 Chemistry에 대해 자세히 알아보기

질문:

2012년 6월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by