Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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'])
Report an issue | ||
<< History manager | History manager | browsehistory >> |