3 StFunc=dbstack(
'-completenames');
7 if isequal(numel(StFunc),indStack)
8 methodName=
'COMMAND_LINE';
12 isnWrong=numel(indStack)==1&&isreal(indStack);
14 isnWrong=floor(indStack)==indStack&&indStack>=0&&...
15 indStack<=numel(StFunc)-1;
18 mxberry.
core.throwerror(
'wrongInput',
'indStack is incorrect');
21 [methodName,className]=
mxberry.
core.parsestackelem(StFunc(indStack+1));
function getcallernameext(in indStack)
GETCALLERNAME determines function/script name or method name of caller together with class name in th...