28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

% save the structure<br />

guidata(figure_handle,handles)<br />

You can recall the data from within a subfunction callback routine and then<br />

save the structure again:<br />

% get the structure in the subfunction<br />

handles = guidata(gcbo);<br />

handles.numberOfErrors = handles.numberOfErrors + 1;<br />

% save the changes to the structure<br />

guidata(gcbo,handles)<br />

See Also guide, guihandles, getappdata, setappdata<br />

guidata<br />

2-1007

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!