File ntt/bin/trans/mttGetField.m from the latest check-in
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