MATLAB: How to configure more than four workers on matlab session

MATLABParallel Computing Toolbox

If a client is having matlab with 4 workers these four workers could be subdivided into more workers say 8 each for a total of 32 sessions running in parallel. If possible as you might get to make this division. This is because currently have come to have a client and four workers only.

Best Answer

A session that is allocated from a matlabpool cannot open a matlabpool.
If you were running four different MATLAB processes, then each of them could potentially open a pool.