Artifact 482e247ec2bb55962a5bc585f550a10a87e2370fa056457901fa29d9e1b5c677:


function model = mttDeleteField(structure,field_name)
    if isfield(structure,field_name)
        model = rmfield(structure,field_name) ;
    else
        model = structure ;
    end


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]