User`s guide

StopFcn
Purpose Specify M-file executed w hen stop e vent occurs
Description The StopFcn property specifies the M-file function to execute when a
stop event occurs. A stop event occurs immediate ly after you issue the
stop command.
The
StopFcn callback executes synchronously. Under most
circumstances, the image acquisition object will be stopped and the
Running property will be set to 'off ' bythetimetheM-filecompletes
execution.
Stop event information is stored in the
EventLog property.
Characteristics
Access Read/write
Data type
String, function handle, or cell array
Values
The default value is an empty matrix (
[]).
See Also Properties
EventLog, Running
14-40