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


strings

Scilab Object, character strings

Description

Strings are defined as 'string' (between quotes) or "string" (between doublequotes); matrices of strings are defined as usual constant matrices.

Concatenation of two strings is made by a +: string1 + string2.

Examples

['this','is'; 'a 2x2','matrix']
"matrix"=="mat"+"rix"

See also

  • part — Extraction of characters from strings
  • length — Number of characters of a string. Number of elements of an array or list.
  • strcat — concatenates character strings
Report an issue
<< rational types type >>

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:
Mon May 22 12:39:40 CEST 2023