Fixed typo in MATLAB client.

This commit is contained in:
Jason Watkins
2015-05-14 08:39:25 -07:00
parent 4835b5ac9f
commit d826bb97c6

View File

@@ -35,4 +35,4 @@ end
value = single(value);
%%Send command
socket.setDREF(dref, value);
socket.sendDREF(dref, value);