Change value of cell array based on selected cell

Hello guys,

I have an int cell array (e.g., label) on my polygonal mesh data (.vtp), but some cells(triangles) have wrong label. For example, CellID=0 should be label “1”, but it is label “0” now.

Is there a way that I can use interactive selection and change its value in the cell array?

Thanks!