Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Strings > sci2exp

sci2exp

式を文字列に変換

呼び出し手順

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

パラメータ

a

以下に示すscilab式

-

定数,

-

多項式

-

文字列行列

-

リスト

-

論理値行列

nam

文字列

t

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

lmax

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

説明

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

a=[1 2;3 4]
sci2exp(a,'aa')
sci2exp(a,'aa',0)
sci2exp(ssrand(2,2,2))
sci2exp(poly([1 0 3 4],'s'),'fi')

参照

  • prettyprint — Scilabデータ型からTeX, LaTeXまたはMathML形式の出力を得る
Report an issue
<< regexp Strings strcat >>

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 Oct 01 17:40:36 CEST 2012