Scilab 5.3.3
Scilab help >> History manager > addhistory
addhistory
add lines to current history.
Calling Sequence
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'])
Authors
- A.C
| << History manager | History manager | displayhistory >> |