MatrixBerryCore
structcheckpath.m
Go to the documentation of this file.
1 function isPos=structcheckpath(SInpArr,pathStr)
2 [~,isPos]=mxberry.core.struct.structgetpath(SInpArr,pathStr,true,true);
function structcheckpath(in SInpArr, in pathStr)
STRUCTCHECKPATH for a given path ('a.b.c.d.' or {'a','b','c','d'} and a structure array SInpArr retur...