필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

image processing with parallel approach

조회 수: 2 (최근 30일)
priyam ghosh
priyam ghosh 2012년 2월 23일
마감: MATLAB Answer Bot 2021년 8월 20일
How to use pmode to parallelize several tasks? I'm getting all 4 cores of my processor but can't assign tasks differently in the all 4 labs? how can i make it possible?
  댓글 수: 1
Edric Ellis
Edric Ellis 2012년 2월 23일
Please try to use more descriptive titles - this is the 6th question you've asked with the same precise title. For example, in this case, you could have called the question something like "Using PMODE to run 4 different tasks".

답변 (1개)

Edric Ellis
Edric Ellis 2012년 2월 23일
In PMODE, run some code that does this:
switch labindex
case 1
runFcn1();
case 2
runFcn2();
...
end

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by