代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/389692/8507893

m animcp.m

function [sys, x0] = animcp(t, x, u, flag, action) %ANIMCP Animation of CP (cart & pole) system. % Animation of the cart & pole (CP) system, where a Sugeno-type fuzzy % controller is used to ba
www.eeworm.com/read/389692/8507939

m fcmdemo.m

function fcmdemo(action) %FCMDEMO Fuzzy c-means clustering demo (2-D). % FCMDEMO displays a GUI window to let you try out various parameters % in fuzzy c-means clustering for 2-D data. You can
www.eeworm.com/read/389692/8508088

m invkine.m

function invkine(action) %INVKINE Inverse kinematics of a robot arm. % INVKINE opens a window for animation of the inverse kinematics % problem of the two-joint robot arm system. The ellipse i
www.eeworm.com/read/433114/8544551

m add_handle2delete1.m

function add_handle2delete1(handle,gui_handle) % Add a handle to an array of handles that should be deleted on exit from a GUI % This list of handles is in the field 'handles2delete' of structure "u
www.eeworm.com/read/433114/8544554

m slice_callback.m

function slice_callback(varargin) % Create/change/delete slice global V3D_HANDLES figure_handle=V3D_HANDLES.figure_handle; axis_handle=V3D_HANDLES.axis_handle; handles=varargin{3}; %
www.eeworm.com/read/433114/8544621

m v3d_slice.m

function v3d_slice(varargin) % Slice menu for Volume Browser % % Adaptation of function "v3d_slice" originally written by Robert Barsch; % the original version is available at The Matlab Central File
www.eeworm.com/read/433114/8544627

m sliceomat_browse_callback.m

function sliceomat_browse_callback(varargin) %#ok Used in callback % Browse button has been activated % Check if there is a default path and default filename gui_handle=get_gui_handle; userdata
www.eeworm.com/read/187534/8633970

m matx_proc.m

%matx_proc is a group of functions which can be used either as an individual %program for matrix processing or used as part of CtrlLAB. % % [ret1,ret2,ret3]=matx_proc(A,arg1,arg2) %where % A
www.eeworm.com/read/287843/8664716

m sbiterr.m

function [sys, x0, str, ts] = sbiterr(t,x,u,flag, numLine, K, timeDelay, sampleTime) % SBITERR: S-function for display symbol and bit error % This M-file is designed to be used in a Simulink S-funct
www.eeworm.com/read/287843/8664748

m eyesampl.m

function [sys, x0, str, ts] = eyesampl(t,x,u,flag,... timeRange, boundary, storeLength, eyeLine, scatterLine, sampleTime) % EYESAMPL Simulink eye diagram and scatter plot --- sampled time vers