MATLAB
MATLAB
*
function varargout = test_interface(varargin)
%TEST_INTERFACE MATLAB code file for test_interface.fig
% TEST_INTERFACE, by itself, creates a new TEST_INTERFACE or raises
the existing
% singleton*.
%
% H = TEST_INTERFACE returns the handle to a new TEST_INTERFACE or the
handle to
% the existing singleton*.
%
% TEST_INTERFACE('Property','Value',...) creates a new TEST_INTERFACE
using the
% given property value pairs. Unrecognized properties are passed via
% varargin to test_interface_OpeningFcn. This calling syntax produces
a
% warning when there is an existing singleton*.
%
% TEST_INTERFACE('CALLBACK') and
TEST_INTERFACE('CALLBACK',hObject,...) call the
% local function named CALLBACK in TEST_INTERFACE.M with the given
input
% arguments.
%
% *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
% instance to run (singleton)".
%
% See also: GUIDE, GUIDATA, GUIHANDLES
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
gui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Outputs from this function are returned to the command line.
function varargout = test_interface_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)