Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide de Scilab >> Chaînes de caractères > ascii

ascii

string ASCII conversions

Calling Sequence

a = ascii(txt)
txt = ascii(a)

Arguments

txt

a character string or a matrix of character strings.

a

a vector of integer ASCII codes

Description

This function converts Scilab string to a vector of ASCII code (the first 127 codes are ASCII) or vector of ASCII code to Scilab strings.

If txt is a matrix of string, ascii(txt) is equivalent to ascii(strcat(txt)).

Examples

ascii(["hello";"world"])
ascii("scilab")
ascii([115 99 105 108 97 98])

See Also

  • code2str — returns character string associated with Scilab integer codes. This function is obsolete.
  • str2code — returns Scilab integer codes associated with a character string. This function is obsolete.
Report an issue
<< string Chaînes de caractères blanks >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Apr 01 10:21:43 CEST 2015