Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Справка Scilab >> UI Data > editvar

editvar

Scilab variable editor

Syntax

editvar varname

Arguments

varname

variable name. The variable must exist in the current Scilab environment.

Description

editvar is the Scilab variable editor.

editvar can be started by calling it on the name of the variable or by double-clicking on the name of the variable from the browsevar component.

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

editvar can edit the following variable types:

Examples

a=rand(10,10);
editvar a;
b=['hello';'good bye'];
editvar b;
sp=sparse([1,2;4,5;3,10],[1,2,3])
editvar("sp");

See also

Report an issue
<< closeEditvar UI Data filebrowser >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:13:37 CET 2017