How to deternine the number of open labs.

3 Ansichten (letzte 30 Tage)
Eric H.
Eric H. am 19 Okt. 2012
After running "matlabpool open", there is an integer in the lower right hand corner of the Matlab window which gives the number of open "labs". Is there a command which will return this same number - the number of open labs? Thank you.

Akzeptierte Antwort

Jason Ross
Jason Ross am 19 Okt. 2012
matlabpool('size')
matlabpool('size') returns the size of the worker pool if it is open, or 0 if the pool is closed. In this functional form, you can assign the output to a variable.

Weitere Antworten (1)

Eric H.
Eric H. am 19 Okt. 2012
Thank you!

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by