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.

samplederived
function c=samplederived
% samplederived-constructor

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

Contact us