Mercurial > hg > aimmat
annotate aim-mat/tools/units/unit classes/@unitbag/getunitstrings.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 |
rev | line source |
---|---|
tomwalters@0 | 1 function ret=getunitsstrings(uba) |
tomwalters@0 | 2 un=uba.units; |
tomwalters@0 | 3 for i=1:length(un) |
tomwalters@0 | 4 ret{i}=getname(un{i}); |
tomwalters@0 | 5 end |