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.

unit(name,fullname,converter);
function un=unit(name,fullname,converter);


str.name=name;    % the name of the unit
str.fullname=fullname; % the long name of the unit
str.converter=converter; % the converter

un=class(str,'unit');

Contact us at files@mathworks.com