How to run PLE calculations on a Cluster - Data2Dynamics/d2d GitHub Wiki

Load your model and data files as usual and run at least one fit. Then open a Matlab cluster object

c = parcluster('local')

and send the job to the cluster

arPLECalcCluster(c)

You can fetch the current status and, when finished, the results by running

arPLECalcCluster

Plot the likelihood profiles via

arPlotPLE