Timer support code generation??
조회 수: 6 (최근 30일)
이전 댓글 표시
i have the problem i use the timer on the real time camera application I feel timer is good to use but i don't know timer whether suppor code generation, if not what can replace the timer function?
댓글 수: 0
답변 (1개)
Walter Roberson
2017년 11월 3일
No, timer objects are not supported for C/C++ code generation.
If you are not trying to execute code asynchronously, and are simply trying to schedule events, then there are possibilities such as determining how long it would be until the timer should fire and then use pause()
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 图像算术에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!