Scilab 6.0.0
Scilab Help >> History manager > addhistory
addhistory
add lines to current history.
Syntax
addhistory(string) addhistory(string_matrix)
Arguments
- string
a string
- string_matrix
a string matrix
Description
add lines to current history.
Examples
addhistory('hello') addhistory(['hello','Scilab'])
Comments
Add a comment:
Please login to comment this page.