5 lines
95 B
Matlab
5 lines
95 B
Matlab
function str = getMessage(int)
|
|
% Get information string received from JavaEvA.
|
|
|
|
str = int.msg;
|