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
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.
Examples
gethistory(1) // Return the last line gethistory() // Return all the line
See Also
- savehistory — save the current history in a file
- loadhistory — load a history file
- resethistory — Deletes all entries in the Scilab history.
Report an issue | ||
<< displayhistory | Gerenciador de histórico | gethistoryfile >> |