File mttroot/ntt/bin/trans/mttDeleteField.m artifact 482e247ec2 part of check-in cdfbf2e2fc
function model = mttDeleteField(structure,field_name) if isfield(structure,field_name) model = rmfield(structure,field_name) ; else model = structure ; end
function model = mttDeleteField(structure,field_name) if isfield(structure,field_name) model = rmfield(structure,field_name) ; else model = structure ; end