Scilab 5.3.0
      
      - Manuel Scilab
 - Chaînes de caractères
 - eval
 - evstr
 - string
 - ascii
 - blanks
 - code2str
 - convstr
 - emptystr
 - grep
 - isalphanum
 - isascii
 - isdigit
 - isletter
 - isnum
 - justify
 - length
 - part
 - regexp
 - sci2exp
 - str2code
 - strcat
 - strchr
 - strcmp
 - strcmpi
 - strcspn
 - strindex
 - strings
 - stripblanks
 - strncpy
 - strrchr
 - strrev
 - strsplit
 - strspn
 - strstr
 - strsubst
 - strtod
 - strtok
 - tokenpos
 - tokens
 - tree2code
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
sci2exp
converts an expression to a string
Calling Sequence
t=sci2exp(a [,nam] [,lmax])
Arguments
- a
 a scilab expression, may be
- -
 constant,
- -
 polynomial
- -
 string matrix
- -
 list
- -
 boolean matrix
- nam
 character string
- t
 vector of string, contains the expression or the affectation instruction
- lmax
 integer, contains the maximum line length. default value is 90,
lmax=0indicate no line length control a single string is returned
Description
sci2exp converts expression to an instruction string if nam is
    given or to an expression string.
Examples
See also
| << regexp | Chaînes de caractères | str2code >> |