Find out whether matrix matName exists in file filename
function findMatrixName input String filename; input String matName = "z"; output Integer m; end findMatrixName;