Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Fixed step call to mex file and continous block
조회 수: 1 (최근 30일)
이전 댓글 표시
Dear all,
I have a mex function which MUST be called exactly every simulated millisecond.
This mex block is instantiated in a simulink model, whcih has continues blocks (like 1/s, PT1) ...
If I select fixed step solver, then the the whole simulink model is fix step and I get a error, that continues functions are used.
If I select euler1 solver or other one, how do I guaranty that mex function is call exactly every milisecond. (exactly means, for example 1ms +/- certain N nanosec)
What is the best approach to have a fix type mex inside of continues model.
Thank you!
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!