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

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

Contact us at files@mathworks.com