Function Reference
— Function File: num2str (n)
— Function File: num2str (x, precision)
— Function File: num2str (x, format)

Convert a number to a string. This function is not very flexible. For better control over the results, use sprintf (see Formatted Output).

See also: sprintf int2str