MATLAB: How to open the workspace editor as a table for user to edit data values in a GUI

MATLAB

In a GUI, I want to modify the values of variables in the current workspace without using breakpoints or traversing to the workspace window. How can I pop the workspace out as an editable table?

Best Answer

The ability to open a separate workspace editor from a GUI is currently unavailable in MATLAB 7.6 (R2008a)
As a workaround, UITABLE can be used to display values of variables in the current workspace and get new values from the user.