Scilab 5.5.2
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)
Examples
gethistoryfile() sethistoryfile(gethistoryfile())
History
Versão | Descrição |
5.4.1 | Default history file is SCIHOME/history (instead of SCIHOME/.history.scilab). |
Report an issue | ||
<< savehistory | Gerenciador de histórico | Entrada/Saída de Arquivos Matlab Binários >> |