User`s guide
Manuals
Brands
MATLAB Manuals
Other
SIMULINK 7 - GRAPHICAL USER INTERFACE
721
722
723
724
725
726
727
728
729
730
15
Examples
of
GUIs
Created
Programmatically
y
=
ceil(pt(1,
2));
color
=
mGetCo
lorFcn();
%
update
color
of
the
selecte d
block
mIconCData(y,
x,:)
=
color;
localUpdateIconPlo
t();
end
end
15-62
1
...
...
724
725
726
727
728
...
...
759