代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/354925/10313998
m body1.m
%slider和edit使用
selection=get(handles.uipanel1,'selectedobject');
NCLevels=255;
switch get(selection,'tag')
case 'Newton'
R=get(handles.edit2,'value');
axes(handles.axes1);
www.eeworm.com/read/354925/10314001
m body.m
%改变参量
selection=get(handles.uipanel1,'selectedobject');
NCLevels=255;
switch get(selection,'tag')
case 'Newton'
R=get(handles.edit2,'value');
axes(handles.axes1);
Lambda=ge
www.eeworm.com/read/353896/10406888
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/353896/10407224
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/160887/10475985
m legd_proc.m
%legd_proc processing legends on a graphics window.
%
% i_Legends=legd_proc(nTask,arg1)
%where
% nTask -- the code for legend processing. Details can be found in the comments
%
www.eeworm.com/read/352274/10567008
m yhzspthelp.m
function varargout = spthelp(varargin)
%SPTHELP Context sensitive Help facility for SPTool and clients.
% This function has three main modes. The first two are a pair:
% an 'enter' mode, and an
www.eeworm.com/read/352274/10567012
m zpgetpoint.m
function zpGetPoint
%
%
%
%
%
zpud = get(gcf, 'UserData');
Gpts = get(zpud.ht.zpAxes,'CurrentPoint');
x= Gpts(1,1);
y= Gpts(1,2);
zpPlotzp(gcf,x,y);
%zpPlotzp(gcf,'poles',x,y);
%set(g
www.eeworm.com/read/352274/10567138
m yhzzpact.m
function yhzzpact(varargin)
% function yhzzpact operates response actions in zeros-poles design method
%
% All Rights Reserved, Kayak Tech., Xi'an Jiaotong University
% Authors: Huanzhou Yu, Wei
www.eeworm.com/read/352274/10567268
m yhzfdview.m
function yhzfdview(varargin)
% yhzfdview serves as the execution of the GUI for filter design result, it shows the magnitude, phase, group delay, and
% some other characteristics of a filter,
www.eeworm.com/read/352274/10567405
m getsig.m
global fun_str;
h=findobj('tag','getlxzq');
if ~isempty(h),
figure(h);
else
b1call=['temp=get(gcf,''userdata'');',...
't=temp(1);h=temp(2);',...
'fun_str=get(t,''string'');',...
'close