No BSD License  

Highlights from
OO-Matlab Inheritance Example

from OO-Matlab Inheritance Example by Stijn Helsen
After the request in the newsgroup, a requested example.

samplebase
function c=samplebase
% samplebase constructor

c=class(struct('dummy',[]),'samplebase');

Contact us