Artifact ffab5c2924835c40a9260c0b5c6a699f899b7078e23044480257d260c37b2d5a:


function N = mttGetFieldLength(structure,vector)
    N = 0 ;
    if isfield(structure,vector)
        N = length(getfield(structure,vector)) ;
    end


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