代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/187534/8633924
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/388076/8637259
m fm_guifun.m
function fm_guifun(action)
> GUI functions for Fourier-Mellin transform GUI
>
> Adam Wilmer, aiw99r@ecs.soton.ac.uk
> Colormap
m = gray(256);
switch(action)
> Init >>>>>>>>>>>>>>>>
www.eeworm.com/read/287843/8664733
m eyediasi.m
function [sys, x0, str, ts] = eyediasi(t,x,u,flag,...
timeRange, boundary, storeLength, eyeLine, scatterLine, twoDLine)
%EYEDIASI Simulink eye diagram and scatter plot.
% [SYS, X0, STR, TS]
www.eeworm.com/read/287361/8689897
m colorplot2dtraj.m
function mColorPlot2Dtraj;
ss=get(gcf,'UserData');
ff=uisetcolor(ss.traj,'Define color of trajectory');
drawnow;
%set(ff,'WindowStyle','modal');
www.eeworm.com/read/287361/8689998
m colorplot3dtraj.m
function mColorPlot3Dtraj;
ss=get(gcf,'UserData');
set(ss.traj,'EraseMode','normal');
ff=uisetcolor(ss.traj,'Define color of trajectory');
drawnow;
set(ss.traj,'EraseMode','none');
%set(ff,'Wind
www.eeworm.com/read/287361/8690044
m clear2dtraj.m
function clear2Dtraj;
ff = get(gcf,'UserData');
set(ff.traj,'EraseMode','normal') ;
set(ff.traj,'XData',[],'YData',[]);
drawnow;
set(ff.traj,'EraseMode','none') ;
www.eeworm.com/read/287361/8690117
m colorplottraj.m
function ColorPlotTraj;
ss=get(gcf,'UserData');
set(ss.traj,'EraseMode','normal');
ff=uisetcolor(ss.traj,'Define color of trajectory');
drawnow;
set(ss.traj,'EraseMode','none');
%set(ff,'WindowS
www.eeworm.com/read/287361/8690121
m clear3dtraj.m
function clear3Dtraj;
ff = get(gcf,'UserData');
set(ff.traj,'EraseMode','normal') ;
set(ff.traj,'XData',[],'YData',[],'Zdata',[]);
set(ff.traj,'EraseMode','none') ;