Introduction - If you have any usage issues, please Google them yourself
function varargout = GUI_FILTER(varargin)
GUI_FILTER M-file for GUI_FILTER.fig
GUI_FILTER, by itself, creates a new GUI_FILTER or raises the existing
singleton*.
H = GUI_FILTER returns the handle to a new GUI_FILTER or the handle to
the existing singleton*.
GUI_FILTER( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in GUI_FILTER.M with the given input arguments.
GUI_FILTER( Property , Value ,...) creates a new GUI_FILTER or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before GUI_FILTER_OpeningFunction gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to GUI_FILTER_OpeningFcn via varargin.
*See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one
instance to run (singleton)".