How can I reduce minimum wait() time?
古いコメントを表示
I am using wait(obj,state,time-out) minimum timeout is 0.01. If I use any value below 0.01, it defaults to 0.01 seconds. Is there any way I can change this functionality to reduce this to 0.001 seconds or less?
3 件のコメント
Walter Roberson
2023 年 1 月 20 日
On my Mac (intel based), the minimum time is about 0.000275 seconds (but the delay is variable, up to about 0.000450)
Walter Roberson
2023 年 1 月 20 日
編集済み: Jan
2023 年 1 月 20 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!