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
loadhistory
履歴ファイルを読み込む
呼び出し手順
loadhistory() loadhistory(f)
引数
- f
ファイルのパス名
説明
履歴ファイルを読み込みます.
デフォルトで,履歴ファイル名は SCIHOME/history です.
デフォルトで, loadhistory は(読込時間を減らすために) 履歴ファイルの末尾 20000行を読み込みます.
この値を修正するには, historysize(value) を参照してください.
例
loadhistory(SCI+'/session.scilab')
参照
- savehistory — 履歴をファイルに保存
- resethistory — Scilab履歴の全エントリを削除する.
- historysize — 履歴の行数を取得
- gethistory — Scilab履歴を文字列行列に取得
履歴
バージョン | 記述 |
5.4.1 | デフォルトの履歴ファイルは(SCIHOME/.history.scilabではなく) SCIHOME/history です. |
Report an issue | ||
<< historysize | History manager | removelinehistory >> |