multi threading in matlab

3 vues (au cours des 30 derniers jours)
Prateek
Prateek le 9 Jan 2012
Commenté : Brittany le 9 Oct 2013
Does matlab support multithreading?
I need to to disintegrate a video into its jpeg frames.And run a single piece of code individually on each frame simultaneously(as in multithreading ). Is it possible?
If not,Is there any other way to do it?

Réponses (1)

Walter Roberson
Walter Roberson le 9 Jan 2012
You need the Parallel Computing Toolbox to do that, probably the smpd feature.
Note: real-time video acquisition can be a problem in MATLAB. The Image Acquisition Toolbox can help with that.
  1 commentaire
Brittany
Brittany le 9 Oct 2013
spmd!

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by