Location:
Search - varargout
Search list
Description: mwpack_mwunpack 处理varargin输入和varargout输出
Platform: |
Size: 9112528 |
Author: 苏比 |
Hits:
Description: mwpack_mwunpack 处理varargin输入和varargout输出-mwpack_mwunpack handle varargin input and output varargout
Platform: |
Size: 9114624 |
Author: 苏比 |
Hits:
Description: function varargout = lcmgui(varargin)
% LCMGUI M-file for lcmgui.fig
% LCMGUI, by itself, creates a new LCMGUI or raises the existing-function varargout = lcmgui (varargin) LCMGUI M-file for lcmgui.fig LCMGUI, by itself, creates a new LCMGUI or raises the existing
Platform: |
Size: 2048 |
Author: ming |
Hits:
Description: 1. 如果matlab有两个函数nargin和nargout,分别返回matlab函数的输入和输出参数的个数。如果采用元组变量varargin和varargout来替代常规的输入和输出参数,则函数就可以接收数目可变的输入和输出参数。-1. If there are two matlab functions nargin and nargout, respectively matlab function back to the input and output parameters of the number. If the tuple variable varargin and varargout to replace conventional input and output parameters, the function can receive a variable number of input and output parameters.
Platform: |
Size: 6144 |
Author: 陈茯苓 |
Hits:
Description: 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)".-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)".
Platform: |
Size: 325632 |
Author: michael4u2345 |
Hits:
Description: 天线阵列方向图的计算程序,线阵天线方向图的一维计算-function varargout = Ftheta(varargin)
atheta description
Platform: |
Size: 8192 |
Author: 胡备 |
Hits:
Description: function varargout = fuzzytool1(varargin)
Platform: |
Size: 20480 |
Author: nadeem |
Hits:
Description: function varargout = pptemp(varargin)
PPTEMP M-file for pptemp.fig
-function varargout = pptemp(varargin)
PPTEMP M-file for pptemp.fig
Platform: |
Size: 4096 |
Author: nadeem |
Hits:
Description: 分项 分项 分项 分项 分项 分项 分项 分项-function varargout = jisuanqi(varargin)
gui_Singleton = 1
gui_State = struct( gui_Name , mfilename, ...
gui_Singleton , gui_Singleton, ...
gui_OpeningFcn , @jisuanqi_OpeningFcn, ...
gui_OutputFcn , @jisuanqi_OutputFcn, ...
gui_LayoutFcn , [] , ...
gui_Callback , [])
Platform: |
Size: 1024 |
Author: 刘刘 |
Hits:
Description: function varargout = lcmgui(varargin)% LCMGUI M-file for lcmgui.fig% LCMGUI, by itself, creates a new LCMGUI or raises the existing-function varargout = lcmgui (varargin) LCMGUI M-file for lcmgui.fig LCMGUI, by itself, creates a new LCMGUI or raises the existing
Platform: |
Size: 2048 |
Author: suewit |
Hits:
Description: function varargout = K_means(varargin)
% K_MEANS M-file for K_means.fig
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @K_means_OpeningFcn, ...
'gui_OutputFcn', @K_means_OutputFcn, ...
'gui_LayoutFcn', [] , ...
'gui_Callback', []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
Platform: |
Size: 2048 |
Author: 夕研 |
Hits: