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
historymanager
履歴マネージャを有効/無効にする
呼び出し手順
state1=historymanager(state2) state1=historymanager()
引数
- state1
履歴マネージャの状態('on' または 'off')を返す
- state2
履歴マネージャの状態を'on' または 'off'に設定
説明
履歴マネージャを有効/無効にします.
'API'モードでは, 履歴マネージャは無効になります.
例
displayhistory() backupstate=historymanager() historymanager('off') displayhistory() historymanager('on') loadhistory() displayhistory() historymanager(backupstate)
参照
- getscilabmode — Scilabモードを取得
- call_scilab — call_scilabは, C/C++コードからScilabエンジンをコールする機能を提供する インターフェイスです.
Report an issue | ||
<< gethistoryfile | History manager | historysize >> |