'Matlabpool Undefined function' even with PCT on my Virtual Ubuntu

조회 수: 1 (최근 30일)
Tung Nguyen
Tung Nguyen 2016년 6월 13일
댓글: Walter Roberson 2016년 6월 13일
Hi everyone,
I'm running matlabpool on my Virtual Ubuntu (VMWare) and it has PCT. However, it still response the error message.
Undefined function or variable 'matlabpool'.
Below is shorten response when I type 'ver' on Matlab console (pls see the attached image).

답변 (1개)

Walter Roberson
Walter Roberson 2016년 6월 13일
Use
which matlabpool
I suspect you will be given a location followed by a phrase indicating that no license is available.
"ver" tells you about what is installed, not about what is licensed.
  댓글 수: 2
Tung Nguyen
Tung Nguyen 2016년 6월 13일
Hi Walter Roberson, The response is 'matlabpool' not found.
Walter Roberson
Walter Roberson 2016년 6월 13일
"matlabpool" was replaced by "parpool". The first release with parpool was R2013b, and R2014a and later have warned about it being replaced. R2015a and R2015b generated an error saying to use parpool instead, and R2016a is the first release where it is completely gone.

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

카테고리

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