필터 지우기
필터 지우기

multi threading in matlab

조회 수: 2 (최근 30일)
Prateek
Prateek 2012년 1월 9일
댓글: Brittany 2013년 10월 9일
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?

답변 (1개)

Walter Roberson
Walter Roberson 2012년 1월 9일
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.

Community Treasure Hunt

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

Start Hunting!

Translated by