Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> History manager > historymanager

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 is an interface which provides the ability to call Scilab engine from C/C++ code
Report an issue
<< gethistoryfile History manager historysize >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Apr 02 17:37:34 CEST 2013