Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
変数をファイルに出力する
呼び出し手順
print('file-name',x1,[x2,...xn])
説明
xi
をファイル 'file-name'
にカレントの
形式,すなわち,Scilabが変数を表示する際に使用される形式,で出力します.
任意の変数型は "print
" で出力できます.
注意 : xi
は名前のある変数である必要があり,
変数式を含む場合には表示される名前の部分は予測不能となります.
print(%io(2),...)
はScilabのウインドウに出力します.
この構文はマクロの中で変数を表示する際に使用することができます.
参照
Report an issue | ||
<< msprintf | Output functions | printf_conversion >> |