MATLAB Object-Oriented Programming

(Joyce) #1

propgrp(2) = matlab.mixin.util.PropertyGroup(propList2,gTitle2);
end
end


function footer = getFooter(obj)
if isscalar(obj)
footer = sprintf('%s\n','Company Private');
else
footer = '';
end
end
end
end


See Also


Related Examples



  • “Choose a Technique for Display Customization” on page 18-19


See Also
Free download pdf