[81c116]: / script_to_display_message.m

Download this file

7 lines (7 with data), 233 Bytes

1
2
3
4
5
6
7
if handles.simulation
% Update the Message Bar
handles.Message_Bar.String = 'Completed Processing.';
else
% Update the Message Bar
handles.Message_Bar.String = 'Completed Processing all Frames. Saved data.';
end