why parpool(n) does not work?

조회 수: 5 (최근 30일)
Boram Lim
Boram Lim 2018년 5월 4일
답변: Ameer Hamza 2018년 5월 4일
I am using most recent Matlab version, Matlab R2018a. I am trying to use parfor. When I first use parpool(4) it does not work and an error message is showing like this
Undefined function 'parpool' for input arguments of type 'double'.
Why is above error showing?
here is simple version what I am trying to work
parpool(4)
parfor i = 1:N
<my work>
end

답변 (1개)

Ameer Hamza
Ameer Hamza 2018년 5월 4일
Do you have Parallel Computing Toolbox installed? Check the output of
ver
and see if it appear in the list.

카테고리

Help CenterFile Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by