Scilab 6.0.0
Scilab Help >> History manager > savehistory
savehistory
save the current history in a file
Syntax
savehistory() savehistory(f)
Arguments
- f
file pathname
Description
save the current history in a file.
by default, history filename is SCIHOME/history
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
History
Version | Description |
5.4.1 | Default history file is SCIHOME/history (instead of SCIHOME/.history.scilab). |
Comments
Add a comment:
Please login to comment this page.