MatrixBerryCore
+mxberry
+core
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);
mxberry::core::isvar
function isvar(in varName)
Generated for MatrixBerryCore by
1.8.13