Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
savehistory
save the current history in a file
Calling Sequence
savehistory() savehistory(f)
Arguments
- f
file pathname
Description
save the current history in a file.
by default, history filename is SCIHOME+'/.history.scilab'
Examples
savehistory(SCI+'/session.scilab')
See Also
Authors
- A.C
<< saveconsecutivecommands | History manager | sethistoryfile >> |