[81c116]: / Ultrasound_Analyse_OutputFcn.m

Download this file

11 lines (10 with data), 525 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
% --- Outputs from this function are returned to the command line.
function varargout = Ultrasound_Analyse_OutputFcn(hObject, eventdata, handles)
% varargout cell array for returning output args (see VARARGOUT);
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
%varargout{1} = handles.output;
varargout{1} = [];
end