MATLAB: How to create a user-editable table within a figure in MATLAB 6.5.1 (R13SP1)

activexfigureflexgridMATLABmsflexgridresizetable

I am creating a GUI which will display a matrix, and allow the user to edit the value of each element of the matrix.
I want to display it in a table on my figure and have the user edit it.

Best Answer

One example of this can be found on the MATLAB Central file exchange. This example uses FLEXGRID:
Note that MathWorks does not guarantee or warrant the use or content of these submissions.
Any questions, issues, or complaints should be directed to the contributing author.
Another example (not using FLEXGRID) can be found at the Related Solution listed below: