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_fahrenheit()
function nu=unit_temperature_fahrenheit()

str.name='F';
str.fullname='degree Fahrenheit';

str.converter=unitconvertermultadd(9/5,32);

un=unit(str.name,str.fullname,str.converter);
nu=class(str,'unit_temperature_fahrenheit',un);

Contact us at files@mathworks.com