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