Scilab 6.0.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
addhistory
現在の履歴に行を追加する.
呼び出し手順
addhistory(string) addhistory(string_matrix)
引数
- string
- 文字列 
- string_matrix
- 文字列の行列 
説明
現在の履歴に行を追加します.
例
addhistory('hello') addhistory(['hello','Scilab'])
| Report an issue | ||
| << History manager | History manager | browsehistory >> |