'Matlabpool Undefined function' even with PCT on my Virtual Ubuntu
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153801/image.png)
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).
0 Commenti
Risposte (1)
Walter Roberson
il 13 Giu 2016
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 Commenti
Walter Roberson
il 13 Giu 2016
"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.
Vedere anche
Categorie
Scopri di più su Parallel Computing Fundamentals in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!