
CodetheSimpleProgrammaticGUI
function con tour button_Callback(source, eventdata)
% Display contour plot of the currently se lected data.
contour(current_data);
end
end
Thenexttopic,“UsetheCompletedSimpleProgrammaticGUI”onpage3-20,
shows the final code file and runs the GUI.
3-19