Scilab 5.3.0
      
      - Scilab Online Help
- Strings
- ascii
- blanks
- code2str
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- regexp
- sci2exp
- str2code
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- 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
式を文字列に変換
呼び出し手順
t=sci2exp(a [,nam] [,lmax])
パラメータ
- a
- 以下に示すscilab式 - -
- 定数, 
- -
- 多項式 
- -
- 文字列行列 
- -
- リスト 
- -
- 論理値行列 
 
- nam
- 文字列 
- t
- 文字列ベクトルで, 式またはダミー命令を含みます 
- lmax
- 整数で, 行の最大長(デフォルト値:90) を有します. - lmax=0は行の長さを制御を行わず,単一の文字列が 返されることを示します
説明
sci2expは,
	namが指定されるた場合には
	式を命令文字列に,さもなくば式文字列に変換します.
例
参照
| << regexp | Strings | str2code >> |