Comment on page
MATLAB
You might have encountered lately the following error message in MATLAB on Nuvolos when starting a new parallel pool:
Mismatch between number of environment names and values
This is due to a recent change by MathWorks regarding the online login process. The workaround is to issue the following command in the MATLAB terminal:
parallel.internal.mwa.ensureLoggedIn()
This will open up a dialog where you need to enter again your MathWorks credentials. After that, MATLAB will be able to start the parallel pool.
You might not see a blinking cursor in the textbox for your credentials in the popup, but you can still type there.
Last modified 1mo ago