Skip to content

Instantly share code, notes, and snippets.

@chassall
Last active April 28, 2017 18:36
Show Gist options
  • Save chassall/0601f17d17df3c6d453257cfbfbd285b to your computer and use it in GitHub Desktop.
Save chassall/0601f17d17df3c6d453257cfbfbd285b to your computer and use it in GitHub Desktop.
Opens a UDP connection for sending markers to a MuseLab recording.
u = udp('localhost',5555); % specify the UDP address that markers will be sent to
fopen(u); % open the UDP connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment