gcp in MATLAB 2013a
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi guys
I would like to get current parallel pool in MATLAB2013a. 'gcp' does not even exist in MATLAB2013a. What is the equivalent command?
Regards Vahid
댓글 수: 0
답변 (1개)
Walter Roberson
2015년 7월 26일
Parallel pools do not exist at all in R2013a; they were introduced in R2013b, at which time gcp() was added.
R2013b introduced parpool(), and marked matlabpool() as obsolescent; matlabpool() was removed a few releases later.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!