Man Scilab

browsevar
sciGUI toolbox function

browsevar - Scilab variable browser

Calling Sequence

browsevar()

Description

browsevar is an embedded Scilab variable browser written in TCL/TK.

browsevar can show all variables and function (like who). browsevar can be costumized to show all or some type of variable. It's also posibble exclude variable names.

Examples

browsevar();

Author

Jaime Urzua

Back