Scilab 5.3.3
Scilab help >> History manager > gethistory
gethistory
returns current scilab history in a string matrix
Calling Sequence
matstr=gethistory() line=gethistory(N)
Arguments
- matstr
a string matrix
- N
Nth line in scilab's history
- line
a string
Description
returns current scilab history in a string matrix.
See Also
- savehistory — save the current history in a file
- loadhistory — load a history file
- resethistory — Deletes all entries in the scilab history.
Authors
- A.C
| << displayhistory | History manager | gethistoryfile >> |