int2str - Convert integer to string
S = INT2STR(X) rounds the elements of the matrix X to integers and converts the result into a string matrix. NaN and Inf values are represented by the value -2147483648
x=40 .*rand(3,4); s=int2str(x); disp(s);