代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/249868/12465232
m run_draw.m
function Run_Draw(Fig_UserData,isYnHold)
%创建一个函数对应绘图函数实现的功能
%Fig_UserData为输入参数,对应于Figure的属性'UserData'的值'
%isYnHold为hold on和hold off的判断位
if length(Fig_UserData)~=7
ErrorDlg('输入参量不符合长度要求');
www.eeworm.com/read/249868/12465233
m draw_function_gui.m
function varargout = Draw_Function_GUI(varargin)
% DRAW_FUNCTION_GUI M-file for Draw_Function_GUI.fig
% DRAW_FUNCTION_GUI, by itself, creates a new DRAW_FUNCTION_GUI or raises the existing
%
www.eeworm.com/read/334943/12560385
m run_draw.m
function Run_Draw(Fig_UserData,isYnHold)
%创建一个函数对应绘图函数实现的功能
%Fig_UserData为输入参数,对应于Figure的属性'UserData'的值'
%isYnHold为hold on和hold off的判断位
if length(Fig_UserData)~=7
ErrorDlg('输入参量不符合长度要求');
www.eeworm.com/read/334943/12560390
m draw_function_gui.m
function varargout = Draw_Function_GUI(varargin)
% DRAW_FUNCTION_GUI M-file for Draw_Function_GUI.fig
% DRAW_FUNCTION_GUI, by itself, creates a new DRAW_FUNCTION_GUI or raises the existing
%
www.eeworm.com/read/151143/12232931
m display_cursor_location_3d.m
function display_cursor_location_3d(hObject,evdata)
% GUI tool
% To invoke:
% set(gcf,'WindowButtonMotion',@display_cursor_location_3d)
ah=gca;
userdata=get(ah,'UserData');
if isempty(use
www.eeworm.com/read/291333/8424595
chf cvredirecterror.chf
CvErrorCallback cvRedirectError(CvErrorCallback error_handler, void* userdata, void** prev_userdata) {
void *fptr;
CvErrorCallback retval;
fptr = dlsym(_Chcv_handle, "cvRedirectError_
www.eeworm.com/read/433114/8545539
m create_button4tracking.m
function button_handle=create_button4tracking(type_of_action)
% Create a menu item to track cursor movements
%
% Written by: E. R.: August 31, 2003
% Last updated: January 8, 2004
%
% b
www.eeworm.com/read/433114/8545666
m gg_pickbox.m
function pos=gg_pickbox(axis_handle)
% Function to draw a rubberband line and return the start and end points
%
% pos=gg_pickbox(axis_handle)
% INPUT
% axis_handle handle of current axes
% f
www.eeworm.com/read/284452/8928210
m create_button4tracking.m
function button_handle=create_button4tracking(type_of_action)
% Create a menu item to track cursor movements
% Written by: E. R.: August 31, 2003
% Last updated: January 8, 2004
%
% but
www.eeworm.com/read/179398/9358820
chf cvredirecterror.chf
CvErrorCallback cvRedirectError(CvErrorCallback error_handler, void* userdata, void** prev_userdata) {
void *fptr;
CvErrorCallback retval;
fptr = dlsym(_Chcv_handle, "cvRedirectError_