3 %>brief Formats number to feature in a figure
4 %> @todo Introduce setup
for this function. E.g. Nature requires comma separators.
23 if ~isempty(s); s = [',' s]; end;
24 s = [sprintf('%d', r) s];
27 if ~isempty(s); s = [',' s]; end;
28 s = [sprintf('%03d', r) s];