How to deternine the number of open labs.
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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.
0 comentarios
Respuesta aceptada
  Jason Ross
    
 el 19 de Oct. de 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.
0 comentarios
Más respuestas (1)
Ver también
Categorías
				Más información sobre Parallel Computing en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

