MatrixBerryCore
+mxberry
+pcalc
gettaskname.m
Go to the documentation of this file.
1
function
[taskName,SProp]=
gettaskname
()
2
[isParTbxInstalled,isAltPartTbxInstalled]=...
3
mxberry
.
pcalc
.isparttbxinst();
4
%
5
if
isParTbxInstalled
6
%
7
[taskName,SProp]=
mxberry
.
pcalc
.gettasknamepcomp();
8
%
9
elseif isAltPartTbxInstalled
10
%
11
[taskName,SProp]=
mxberry
.pcalcalt.gettaskname();
12
%
13
else
14
taskName=
'master'
;
15
SProp.isMain=
true
;
16
SProp.taskId=
''
;
17
SProp.taskName=taskName;
18
end
mxberry::pcalc
Definition:
gettaskname.m:1
mxberry
mxberry::pcalc::gettaskname
function gettaskname()
GETTASKNAME returns task name and some additional properties.
Generated for MatrixBerryCore by
1.8.13