Updated MATLAB client to support "switch" argument in SIMU command.

This commit is contained in:
Jason Watkins
2015-05-01 15:08:31 -07:00
parent f88d319191
commit dcdd63d0c3

View File

@@ -29,7 +29,7 @@ if ~exist('socket', 'var')
end
%% Validate input
pause = logical(pause);
pause = int32(pause);
%% Send command
socket.pauseSim(pause);