


brede_struct_field2cellstr - Convert field to cellstr
s = brede_struct_field2cellstr(f)
Input: f Field represented as numeric
Output: s Cellstring
Convert a field (represented as a string, cellstring or
numeric) to a cellstring.
Example:
brede_struct_field2cellstr([1 3])
brede_struct_field2cellstr({'1' '2'})
brede_struct_field2cellstr('1')
See also BREDE, BREDE_STRUCT, BREDE_STRUCT_FIELD2NUM,
BREDE_STRUCT_FIELD2NUMS, BREDE_STRUCT_FIELD2STR.
$Id: brede_struct_field2cellstr.m,v 1.3 2006/03/09 17:34:03 fnielsen Exp $