We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b19315 commit 96e6dbfCopy full SHA for 96e6dbf
@Alyx/parseAlyxInstance.m
@@ -1,7 +1,7 @@
1
function [ref, AlyxInstance] = parseAlyxInstance(varargin)
2
%PARSEALYXINSTANCE Converts input to string for UDP message and back
3
-% [UDP_string] = DATA.PARSEALYXINSTANCE(ref, AlyxInstance)
4
-% [ref, AlyxInstance] = DATA.PARSEALYXINSTANCE(UDP_string)
+% [UDP_string] = ALYX.PARSEALYXINSTANCE(ref, AlyxInstance)
+% [ref, AlyxInstance] = ALYX.PARSEALYXINSTANCE(UDP_string)
5
%
6
% AlyxInstance should be an Alyx object.
7
0 commit comments