I need to validate a cluster profile in Matlab. The official documentation just shows how to do so using the GUI:
That's nice but some Matlabs I use are on OSes without GUI. How can I validate a cluster profile with command lines only?
You should take a look inside the Validator class (example path for MATLAB 2014a):
..\MATLAB\R2014a\toolbox\distcomp\cluster\+parallel\+internal\+validator\Validator.m
It shows exactly what's going on during the validation process. I'd suggest putting breakpoints inside the different methods and observing the passed-in data, or trying to find where they are called from and using which parameters.
On a side note, I found this file by putting breakpoints inside one of the functions mentioned in the GUI (see image) and then just stepping out:
I hope this helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With