Mercurial > hg > aimmat
view aim-mat/tools/units/temperature/@unit_temperature/unit_temperature.m @ 4:537f939baef0 tip
various bug fixes and changed copyright message
author | Stefan Bleeck <bleeck@gmail.com> |
---|---|
date | Tue, 16 Aug 2011 14:37:17 +0100 |
parents | 74dedb26614d |
children |
line wrap: on
line source
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);