No BSD License  

Highlights from
Create Interactive GUIs

image thumbnail
from Create Interactive GUIs by Stefan Bleeck
Produce powerful all-purpose GUIs with minimal effort.

unitconvertermultpow(mult,powr)
function un=unitconvertermultpow(mult,powr)
% 
str.multiplier=mult;
str.power=powr;
p=unitconverter('mult and power');
un=class(str,'unitconvertermultpow',p);

Contact us at files@mathworks.com