MatrixBerryCore
ismaintask.m
Go to the documentation of this file.
1 function isPos=ismaintask()
2 [~,SProp]=mxberry.pcalc.gettaskname();
3 isPos=SProp.isMain;
function ismaintask()
ISMAINTASK returns true if current current task is not a child task launched via Matlab Parallel Tool...