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_temperature
function unitobj=unit_temperature

str.name='temperature';
ub=unitbag(str.name);
ub=add(ub,unit_temperature_celsius);
ub=add(ub,unit_temperature_kelvin);
ub=add(ub,unit_temperature_fahrenheit);

unitobj= class(str,'unit_temperature',ub);

Contact us at files@mathworks.com