num2str

Type: External

Group: char

Syntax

string = num2str(number)

Description

Converts a number to a string.

Examples

num2str([104, 101]) = ["104" "101"]

See Also

str2num