MATLAB: Uitable’s cells as a readonly

celleditcallbackcolumneditableread datauitable

Hi,
I would like to know how I can set several cells of a uitable like a readonly effect.
Thanks
regards.

Best Answer

Hi,
I have tested with this example but I can't set the column that I want.
E.g: hT=uitable(...); %To set the 1st col as a noneditable. set(hT,'Editable',[false true true]);
The issue is that one error appears saying that the parameter value must be scalar...
How can I resolve it?
thanks
regards