Scilab 6.0.0
Scilabヘルプ >> History manager > addhistory
addhistory
現在の履歴に行を追加する.
呼び出し手順
addhistory(string) addhistory(string_matrix)
引数
- string
文字列
- string_matrix
文字列の行列
説明
現在の履歴に行を追加します.
例
addhistory('hello') addhistory(['hello','Scilab'])
Comments
Add a comment:
Please login to comment this page.