Scilab 6.0.0
Scilab Help >> History manager > sethistoryfile
sethistoryfile
set filename for scilab history
Syntax
sethistoryfile(filename) sethistoryfile()
Arguments
- filename
filename for history
Description
set filename for scilab history.
sethistoryfile() without parameters will use the default filename (SCIHOME/history)
Examples
gethistoryfile() sethistoryfile(gethistoryfile())
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.