Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Русский - 日本語
Ajuda do Scilab >> 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

  • ascii — conversão ASCII de strings
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:34:44 CEST 2016