MATLAB: Uitable update

MATLABuitable

How can I change only one value at a time in a uitable ? I don't want to update the whole table by something like set(h,'Data',data) because the table is large It is inefficient and induces flickering on display when doing it periodically

Best Answer

It works ! as written above (I made a mistake)
Related Question