代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/283306/9030696
m main.m
function varargout = main(varargin)
% MAIN M-file for main.fig
% MAIN, by itself, creates a new MAIN or raises the existing
% singleton*.
%
% H = MAIN returns the handle to a new M
www.eeworm.com/read/381363/9096299
m pgsetup.m
function pgsetup(command,subcommand,comnum);
%PGSETUP Open the printer setup window
%
%Creates a dialog box which allows the user
%to customize the printing options for the
%current figure. Most of t
www.eeworm.com/read/184067/9123651
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/184067/9123820
m funtool.m
function funtool(keyword,varargin)
%图形界面函数计算器,能进行函数各类初等运算、积分、微分、作图。
%FUNTOOL A function calculator.
% FUNTOOL is an interactive graphing calculator that manipulates
% functions of a single var
www.eeworm.com/read/380499/9144487
m imuieq.m
function CY = imuieq(varargin)
if ~ischar(varargin{1})
Action = '::::BuildGUI';
CX = varargin{1};
CPREV = thumb(CX, 150);
if isgray(CPREV)
CPREV = cat(3, CPREV, CPREV, CPREV);
end
el