Name
gethistory — returns current scilab history in a
string matrix
Calling Sequence
matstr=gethistory()
line=gethistory(N)
Parameters
- matstr
a string matrix
- N
Nth line in scilab's history
- line
a string
Description
returns current scilab history in a string matrix.