<< ascii Cadeias de Caracteres (Strings) blanks >>

Scilab Help >> Cadeias de Caracteres (Strings) > asciimat

asciimat

string matrix ASCII conversions

Syntax

a = asciimat(txt)
txt = asciimat(a)

Arguments

txt

a character string or matrix of strings.

a

a vector or matrix of integer ASCII codes.

Description

This function converts Scilab string to ASCII code or a matrix of ASCII code to Scilab string. Output is a matrix having the same number of rows than input, what is not the case with ascii.

See also


Report an issue
<< ascii Cadeias de Caracteres (Strings) blanks >>