image thumbnail
from Queue by Dimitri Shvorob
(A simple implementation)

RedWidget
classdef RedWidget < Widget
    
    methods
        
        function[obj] = RedWidget(x)
            obj = obj@Widget(x);
        end
      
    end
    
end

Contact us at files@mathworks.com