Missing USEParallel Parameter from BLOCKPROC function in my matlab

조회 수: 1 (최근 30일)
Hi everyone I have applied an algorithm and it is too much slow thats why I intended to use 'UseParallel' parameter in BLOCKPROC function for matlabpool command.But I am getting an error saying
UNknown paramter 'USE PARALLEL ' in BLOCKPROC function.
Any help is appreciated I am using matlab version (7.11.0(R2010b).

채택된 답변

Jill Reese
Jill Reese 2013년 3월 8일
The UseParallel option to blockproc was added in MATLAB version R2011b. That is why you are seeing an "unknown parameter" error message in R2010b.
  댓글 수: 2
Algorithms Analyst
Algorithms Analyst 2013년 3월 9일
So it means i need to install R2010b version..there is no solution with existing one?
Jill Reese
Jill Reese 2013년 3월 11일
Yes, if you are currently under maintanence you can upgrade your version of MATLAB to R2011b or more recent in order to leverage the 'UseParallel' parameter to blockproc. Unfortunately there is no way to access this feature in MATLAB R2010b.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by