Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
savehistory
履歴をファイルに保存
呼び出し手順
savehistory() savehistory(f)
引数
- f
ファイルのパス名
説明
履歴をファイルに保存します.
デフォルトの履歴ファイルは SCIHOME/history です.
例
savehistory(SCI+'/session.scilab')
参照
- loadhistory — 履歴ファイルを読み込む
- resethistory — Scilab履歴の全エントリを削除する.
- gethistory — Scilab履歴を文字列行列に取得
履歴
バージョン | 記述 |
5.4.1 | デフォルトの履歴ファイルは(SCIHOME/.history.scilabではなく) SCIHOME/history です. |
Report an issue | ||
<< saveconsecutivecommands | History manager | sethistoryfile >> |