Section: Type Cast Functions
y = string(x)
where x is an n-dimensional numerical array.
x
n
--> a = [104,101,108,108,111] a = <int32> - size: [1 5] Columns 1 to 5 104 101 108 108 111 --> string(a) ans = <string> - size: [1 5] hello