Scilab 6.0.0
Scilabヘルプ >> History manager > historysize
historysize
履歴の行数を取得
呼び出し手順
nb = historysize()
nbMax = historysize("max")
nbMax = historysize(newMax)
引数
- nb
履歴の行数.
- nbMax
履歴ファイルの最大行数.
- newMax
履歴ファイルの最大行数を設定します.
デフォルトでこの値は最大20000行です.
説明
履歴の行数を取得します.
この関数は履歴ファイルの最大行数を設定する際にも 使用できます.
例
historysize() historysize("max")
Comments
Add a comment:
Please login to comment this page.