Scilab variable editor
editvar("close") editvar(varname)
name (single string) of the variable name to edit. The variable must exist in the current Scilab environment. It must refer to a scalar, vector or matrix of
editvar(varname)
interactively edits the variable whose name
is provided by varname
.
Several variables can be edited in the same time. editvar(varname)
must be called once for each of them. In the editor, a new tab is opened for each
edited variable.
![]() | Predefined protected constants of supported types can't be edited:
|
editvar("close")
or editvar close
closes the open variables editor.
editvar
has numerous features:
Matrix visualisation
Undo/redo capabilities
Cell editing
Expression evaluation. Please note that editvar will not store the expression. Only the value.
Advanced selection of elements (available with the CTRL key)
Plotting
Plotting of a subset
Variable format (short, shortE, long or longE formats)
Column / lines management (insert, delete, copy and paste, ... )
Full copy and paste between Libreoffice/Openoffice or Microsoft Excel and Scilab (both ways).
Renaming or copy of a variable
Version | Description |
6.1.0 | editvar("close") added |