Scilab Function
Last update : 31/10/2005

int2str - Convert integer to string

Calling Sequence

s = int2str(x)

Parameters

Description

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

Examples

x=40 .*rand(3,4);
s=int2str(x);
disp(s);

Authors

Dr. Andreas Geissler geisslea@web.de