Updated MATLAB client to support "switch" argument in SIMU command.
This commit is contained in:
@@ -29,7 +29,7 @@ if ~exist('socket', 'var')
|
|||||||
end
|
end
|
||||||
|
|
||||||
%% Validate input
|
%% Validate input
|
||||||
pause = logical(pause);
|
pause = int32(pause);
|
||||||
|
|
||||||
%% Send command
|
%% Send command
|
||||||
socket.pauseSim(pause);
|
socket.pauseSim(pause);
|
||||||
|
|||||||
Reference in New Issue
Block a user