No BSD License  

Highlights from
Benchmark clear() behavior with OOP handle

from Benchmark clear() behavior with OOP handle by Benjamin Heasly
Examine Matlab's "clear" behavior with different handle reference configurations.

simpleHandle
classdef simpleHandle < handle
    properties
        ref1;
        ref2;
    end
    methods
        function self = simpleHandel
        end
    end
end

Contact us