代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/163927/10139648
m cll_rgst.m
function cll_rgst(action)
% GUI- function
% main function for IMARE toolbox
% Barbara Zitova, zitova@utia.cas.cz
% Colormap
m = gray(256);
global IMAREPATH
switch(action)
% Init %%%
www.eeworm.com/read/163747/10147424
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
www.eeworm.com/read/163747/10147429
m imuihs.m
function varargout = imuihs(varargin)
% IMUIHS Application M-file for imuihs.fig
% FIG = IMUIHS launch imuihs GUI.
% IMUIHS('callback_name', ...) invoke the named callback.
% Last Modified by G
www.eeworm.com/read/163747/10147434
m imuibc.m
function varargout = imuibc(varargin)
% IMUIBC Application M-file for imuibc.fig
% FIG = IMUIBC launch imuibc GUI.
% IMUIBC('callback_name', ...) invoke the named callback.
% Last Modified by G
www.eeworm.com/read/163747/10147459
m imui.m
function imui(varargin)
% IMUI - Image Processing Toolbox Utilities for MATLAB 6.1
% Under development
% Kotaimen.C, 2002/5 - 200?/?, All rights reserved.
% Connect to kotaimen_c@citiz.net.
% i
www.eeworm.com/read/163747/10147463
m imuichmix.m
function varargout = imuichmix(varargin)
% IMUICHMIX Application M-file for imuichmix.fig
% FIG = IMUICHMIX launch imuichmix GUI.
% IMUICHMIX('callback_name', ...) invoke the named callback.
%
www.eeworm.com/read/359212/10161172
m idisp.m
%IDISP Interactive image display tool
%
% IDISP(image)
% IDISP(image, clip)
% IDISP(image, clip, n)
%
% Display the image in current figure and create buttons for:
% * region zooming
% * unzooming
%
www.eeworm.com/read/359005/10171991
m animbb.m
function [sys, x0] = animbb(t, x, u, flag, action)
%ANIMBB Animation of BB (ball & beam) system.
% Animation of the ball & beam (BB) system, where a Sugeno-type fuzzy
% controller is used to mo
www.eeworm.com/read/358694/10181627
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/358694/10181711
m funtool.m
function funtool(keyword,varargin)
%图形界面函数计算器,能进行函数各类初等运算、积分、微分、作图。
%FUNTOOL A function calculator.
% FUNTOOL is an interactive graphing calculator that manipulates
% functions of a single var