Timer support code generation??
4 ビュー (過去 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!