ba_annotate#

Add a text annotation to the active device session.

Function Signature#

function result = ba_annotate(message)

Usage#

result = ba_annotate(message)

Inputs#

message

scalar string or char vector to attach to the session.

Outputs#

result

struct returned by the native MEX session command.

Example#

ba_annotate(''event-start'')

Notes#

Requires an active device connection. Annotation support can depend on current device state and calibration status.

Source File#

matlab/ba_annotate.m