openvar
Open workspace variable in Variables editor or other graphical editing tool
Syntax
Description
openvar(
opens the workspace
variable varname
)varname
, in the Variables editor for graphical editing.
Changes that you make to variables in the Variables editor occur in the workspace as
soon as you enter them.
In some toolboxes, openvar
opens a tool appropriate for
viewing or editing objects indicated by varname
instead of
opening the Variables editor.
MATLAB® does not impose any limitation on the size of a variable that you can open in the Variables editor. However, your operating system or the amount of physical memory installed on your computer can impose such limits.
Examples
Input Arguments
Tips
As an alternative to the
openvar
function, double-click a variable in the Workspace browser.In MATLAB Online™, to move the Variables editor to the left, right, or bottom of the desktop, click the Document actions button () at the top of the Variables editor, select Move Variables, and then select from the available options.
Version History
Introduced before R2006a