Running two scripts synchronously

1 view (last 30 days)
Hi,
Is it possible to run two scripts at the same time? For example, generating video on the screen and recording a video through usb camera both starting from same time and finishes same time.
Thank you.
  1 Comment
Mohammad Sami
Mohammad Sami on 13 Jun 2020
Does it matter if you record a few seconds of extra video before and after ? You can just setup and start your recording. Then generate the video. Finally stop the recording.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 13 Jun 2020
Yes? No?
Synchronizing events precisely turns out to be very hard. There are theoretical arguments to the effect that there are circumstances under which it is literally impossible, that "cause and effect" break down in some cases, and that somes it is not possible to definitely say whether one event occurs before or after another event.
That said... the less precise you need to be on the synchronization, the easier it gets. For example, you could probably synchronize two such scripts to within less than half an hour provided that you do not route the signal out past Jupiter and back. Realistic problems can start showing up at synchronizing to less than 20 seconds.
If you wanted to synchronize to less than one frame at (say) 20 frames per second, then you would probably have trouble doing that.
  1 Comment
madhan ravi
madhan ravi on 13 Jun 2020
MATLAB is definitely not built for parallel computing unlike LabView.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!