Can I introduce time delay in MATLAB?

조회 수: 1 (최근 30일)
Mitra Bapat
Mitra Bapat 2015년 2월 14일
답변: Star Strider 2015년 2월 14일
I have 3 webcams connected to my PC. I want CAM 1 to take a snapshot, and say 30 seconds later, I want CAM 2 to take a snapshot. Then, after 30 more seconds, CAM 3 will take a snapshot. The images that come from different cameras must be stored in 3 different variables i.e. 1 variable for each camera. So, how would I introduce that 30 seconds delay through MATLAB? please help. Thank you

답변 (1개)

Star Strider
Star Strider 2015년 2월 14일
The easiest solution is probably the pause function.
The timer class functions are also an option.

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by