Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
disp
変数を表示
呼び出し手順
disp(x1,[x2,...xn])
説明
カレントのフォーマットでxi
を表示します.
xi
は任意のオブジェクト(定数の行列,文字列,関数,リスト,...)
です.
tlist
により定義されたオブジェクトの表示は,
ある関数を定義することにより上書きすることができます.
この関数は出力引数がなく,入力引数を一つ有し,その名前は
%<tlist_type>_p
のようである必要があります.
ただし,%<tlist_type>
はtlist type要素の最初のエントリを
意味します.
出力を制御するためにlines 関数を 使用することができます.
参照
Report an issue | ||
<< Output functions | Output functions | mprintf >> |