MatrixBerryCore
isvar.m
Go to the documentation of this file.
1 function isPos=isvar(varName)
2 inpArg=['exist(''',varName,''',''var'')==1'];
3 isPos=evalin('caller',inpArg);
function isvar(in varName)