File mttroot/ntt/bin/trans/mttGetFieldLength.m artifact ffab5c2924 part of check-in 3a803964f3
function N = mttGetFieldLength(structure,vector) N = 0 ; if isfield(structure,vector) N = length(getfield(structure,vector)) ; end
function N = mttGetFieldLength(structure,vector) N = 0 ; if isfield(structure,vector) N = length(getfield(structure,vector)) ; end