Missing USEParallel Parameter from BLOCKPROC function in my matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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).
0 Kommentare
Akzeptierte Antwort
Jill Reese
am 8 Mär. 2013
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 Kommentare
Jill Reese
am 11 Mär. 2013
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.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!