MATLAB Object-Oriented Programming

(Joyce) #1

dim{k} = sz(k).Length;
case 'meta.UnrestrictedDimension'
dim{k} = ':';
end
end
dim{end+1} = mp.Validation.Class.Name;
dim{end+1} = mp.Validation.ValidatorFunctions;


See Also


meta.Validation | meta.property


Related Examples



  • “Validate Property Values” on page 8-24

  • “Property Class and Size Validation” on page 8-31

  • “Property Validation Functions” on page 8-40


See Also
Free download pdf