User`s guide

15 Examples of GUIs Created Programmatically
y = ceil(pt(1,2));
color = mGetColorFcn();
% update color of the selecte d block
mIconCData(y, x,:) = color;
localUpdateIconPlot();
end
end
15-62