Documentation

workspace

Open Workspace browser to manage workspace

Syntax

workspace

Description

workspacedisplays theWorkspace browser, a graphical user interface that allows you to view and manage the contents of the workspace in MATLAB®. It provides a graphical representation of thewhosdisplay, and allows you to perform the equivalent of theclear,load,open, andsavefunctions.

The Workspace browser also displays and automatically updates statistical calculations for each variable, which you can choose to show or hide.

You can edit a value directly in the Workspace browser for small numeric and character arrays. To see and edit a graphical representation of larger variables and for other classes, double-click the variable in the Workspace browser. The variable displays in the Variables editor, where you can view the full contents and make changes.

Introduced before R2006a

Was this topic helpful?