Applies num2str to each element of an array X. USAGE Y = num2strs( X, [varargin] ) INPUTS X - array of number to convert to strings varargin - [] additional input to num2str OUTPUTS Y - cell array of strings EXAMPLE Y = num2strs( [1.3 2.6; 3 11] ) See also NUM2STR