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
sethistoryfile
set filename for scilab history
Calling Sequence
sethistoryfile(filename) sethistoryfile()
Arguments
- filename
filename for history
Description
set filename for scilab history.
sethistoryfile() without parameters will use the default filename (SCIHOME/history.scilab)
Examples
gethistoryfile() sethistoryfile(gethistoryfile())
Authors
- A.C
<< saveconsecutivecommands | Gestion de l'historique | Lecture/Ecriture de fichiers binaires Matlab >> |