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