代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/482678/6620971
m mri_updateparent.m
function [mri] = mri_updateparent(UserData,focus)
% mri_updateparent - General GUI data handing for MRI Toolbox
%
% Useage: [mri] = mri_updateparent(UserData,focus)
%
% 'UserData' is obtained
www.eeworm.com/read/480814/6661980
m mmcxy.m
function out=mmcxy(arg)
%MMCXY Show x-y Coordinates Using Mouse.
% MMCXY places the x-y coordinates of the mouse in the
% lower left hand corner of the current 2-D figure window.
% When the mouse is c
www.eeworm.com/read/478348/6715185
m mmcxy.m
function out=mmcxy(arg)
%MMCXY Show x-y Coordinates Using Mouse.
% MMCXY places the x-y coordinates of the mouse in the
% lower left hand corner of the current 2-D figure window.
% When the mouse is c
www.eeworm.com/read/263805/11341596
m nnd8qf.m
function nnd8qf(cmd,data)
%NND8QF Quadratic function demonstration.
% BRING UP FIGURE IF IT EXISTS
me = 'nnd8qf';
fig = nnfgflag(me);
if length(get(fig,'children')) == 0, fig = 0; end
if nar
www.eeworm.com/read/406594/11439438
m nnd8qf.m
function nnd8qf(cmd,data)
%NND8QF Quadratic function demonstration.
% BRING UP FIGURE IF IT EXISTS
me = 'nnd8qf';
fig = nnfgflag(me);
if length(get(fig,'children')) == 0, fig = 0; end
if nar
www.eeworm.com/read/402286/11539141
m mmcxy.m
function out=mmcxy(arg)
%MMCXY Show x-y Coordinates Using Mouse.
% MMCXY places the x-y coordinates of the mouse in the
% lower left hand corner of the current 2-D figure window.
% When the mouse is c
www.eeworm.com/read/259886/11759777
m nnd8qf.m
function nnd8qf(cmd,data)
%NND8QF Quadratic function demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.6 $
% BRING UP FIGURE IF IT EXISTS
me
www.eeworm.com/read/156529/11793939
m mmcxy.m
function out=mmcxy(arg)
%MMCXY Show x-y Coordinates Using Mouse.
% MMCXY places the x-y coordinates of the mouse in the
% lower left hand corner of the current 2-D figure window.
% When the mouse is c
www.eeworm.com/read/155122/11897152
m mmcxy.m
function out=mmcxy(arg)
%MMCXY Show x-y Coordinates Using Mouse.
% MMCXY places the x-y coordinates of the mouse in the
% lower left hand corner of the current 2-D figure window.
% When the mouse is c
www.eeworm.com/read/154209/11982948
m delete.m
function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
ax = get(obj(i).h,'parent');