File mttroot/ntt/bin/trans/mttGetField.m artifact 93d11ba8da part of check-in 3f67ca4c4c
function field = mttGetField(structure,component) field = [] ; if isfield(structure,component) field = getfield(structure,component) ; end
function field = mttGetField(structure,component) field = [] ; if isfield(structure,component) field = getfield(structure,component) ; end