<< regexp Strings strcat >>

Scilabヘルプ >> Strings > sci2exp

sci2exp

式を文字列に変換

呼び出し手順

t = sci2exp(a [,nam] [,lmax])

引数

a

以下に示すscilab式

-

定数,

-

多項式

-

文字列行列

-

リスト

-

論理値行列

-

ハンドル(図およびuicontrolのみ).

nam

文字列

t

文字列ベクトルで, 式またはダミー命令を含みます

lmax

整数で, 行の最大長を有します. デフォルト値は0で, 行の長さを制御を行わず, 単一の文字列が返されることを示します.

説明

sci2expは, namが指定されるた場合には 式を命令文字列に,さもなくば式文字列に変換します.

注意

a=[1 2;3 4]
sci2exp(a,'aa')
sci2exp(a,'aa',10)
sci2exp(ssrand(2,2,2))
sci2exp(poly([1 0 3 4],'s'),'fi')
sci2exp(figure("figure_name","figure1"))
b=0.123456789;
format(5);
c=sci2exp(b)
format(10);
d=sci2exp(b)

参照


Report an issue
<< regexp Strings strcat >>