フィルターのクリア

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