MATLAB: Handling uitable in GUI

matlab gui

Hi,
Can somebody tell me how to lock a particular cell (not editable) in uitable used GUI applications.

Best Answer

As far as I know this is not possible directly. You could use the CellSelectionCallback to deselect a cell automatically.
However, the power of uitable is very limited and a suggestion in Answers: wanted features for uitable is welcome.