Time delay
조회 수: 1 (최근 30일)
이전 댓글 표시
I need to plot the data generated by the Script after a 20 milli second time. So question is "how to produce the time delay in matlab...????" I mean is there any specific command to do so.
댓글 수: 0
채택된 답변
추가 답변 (1개)
Daniel Shub
2012년 1월 6일
20 ms is going to be very difficult to obtain. Your monitor is probably running at 60 Hz or so. You can only refresh data on screen flips and this requires careful coding in C to get at the video card drivers. Further, MATLAB does not have particularly good internal timing mechanisms, especially when running in Microsoft Windows.
Depending on what you are updating, you can probably go to much slower rates without a noticeable visual effect.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!