diff --git a/@Alyx/parseAlyxInstance.m b/@Alyx/parseAlyxInstance.m index 3e2224a..b0c05f3 100644 --- a/@Alyx/parseAlyxInstance.m +++ b/@Alyx/parseAlyxInstance.m @@ -1,7 +1,7 @@ function [ref, AlyxInstance] = parseAlyxInstance(varargin) %PARSEALYXINSTANCE Converts input to string for UDP message and back -% [UDP_string] = DATA.PARSEALYXINSTANCE(ref, AlyxInstance) -% [ref, AlyxInstance] = DATA.PARSEALYXINSTANCE(UDP_string) +% [UDP_string] = ALYX.PARSEALYXINSTANCE(ref, AlyxInstance) +% [ref, AlyxInstance] = ALYX.PARSEALYXINSTANCE(UDP_string) % % AlyxInstance should be an Alyx object. %