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
loadhistory
load a history file
Calling Sequence
loadhistory() loadhistory(f)
Arguments
- f
file pathname
Description
load a history file
by default, history filename is SCIHOME+'/.history.scilab'
Examples
loadhistory(SCI+'/session.scilab')
See Also
Authors
- A.C
<< historysize | History manager | removelinehistory >> |