Scilab 6.0.0
- Scilabヘルプ
- Strings
- ascii
- asciimat
- blanks
- char
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- prettyprint
- regexp
- sci2exp
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sci2exp
式を文字列に変換
呼び出し手順
t = sci2exp(a [,nam] [,lmax])
引数
- a
以下に示すscilab式
- -
定数,
- -
多項式
- -
文字列行列
- -
リスト
- -
論理値行列
- -
ハンドル(図およびuicontrolのみ).
- nam
文字列
- t
文字列ベクトルで, 式またはダミー命令を含みます
- lmax
整数で, 行の最大長を有します. デフォルト値は
0
で, 行の長さを制御を行わず, 単一の文字列が返されることを示します.
説明
sci2exp
は,
nam
が指定されるた場合には
式を命令文字列に,さもなくば式文字列に変換します.
注意
a
がハンドルの場合,sci2exp
は階層的リンクがない結果 つまり,親および子の空のフィールドの結果を出力します.t
は,formatの 影響を受けます.
例
参照
- prettyprint — Scilabデータ型からTeX, LaTeXまたはMathML形式の出力を得る
- format — set the default output format of decimal numbers
Report an issue | ||
<< regexp | Strings | strcat >> |