Scilab 5.4.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
- loadhistory — load a history file
- resethistory — Deletes all entries in the scilab history.
- gethistory — returns current scilab history in a string matrix
Report an issue | ||
<< saveconsecutivecommands | Gerenciador de histórico | sethistoryfile >> |