Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
lines
表示に使用される行および列
呼び出し手順
lines(nl) lines(nl, nc) lines(ncl) ncl = lines()
引数
- nl
整数, 垂直方向のページ切替制御の行数.
0の場合,垂直方向のページ切替制御は行われません.
-1の場合: 垂直ページング制御をウインドウの現在 の大きさにリセット.
- nc
整数, 出力の列の数. 整形出力で使用されます
- ncl
1x2 ベクトル [nc,nl]
説明
lines
はScilab表示ページ制御を処理します.
lines()
は結果の表示用にScilabにより現在使用されている
ベクトル [# columns, # rows]
を返します.
lines(nl)
は,(moreとユーザに聞くまでの)表示行の数を
nl
に設定します.
lines(0)
は垂直ページ制御を無効にします
lines(nl,nc)
は
出力の大きさをnc
列にも変更します.
Scilabが-nwオプションを指定せずに起動された場合,
lines
パラメータは出力ウインドウの大きさに
基づき自動的に設定されます.
これらのパラメータはウインドウの大きさが変更された場合にも
自動的に修正されます.
履歴
バージョン | 記述 |
5.4.0 |
|
Report an issue | ||
<< diary | Console | prompt >> |