代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/294886/8195960
m nnd13is.m
function nnd13is(cmd,arg1,arg2,arg3)
%NND13IS Instar demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% First Versio
www.eeworm.com/read/294611/8216698
m preprocess.m
function preprocess(sData,arg2)
%PREPROCESS A GUI for data preprocessing.
%
% preprocess(sData)
%
% preprocess(sData)
%
% Launches a preprocessing GUI. The optional input argument can be
% eithe
www.eeworm.com/read/394381/8227612
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/394381/8227946
m funtool.m
function funtool(keyword,varargin)
%图形界面函数计算器,能进行函数各类初等运算、积分、微分、作图。
%FUNTOOL A function calculator.
% FUNTOOL is an interactive graphing calculator that manipulates
% functions of a single var
www.eeworm.com/read/294077/8254972
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/393871/8257277
m sfunvxy.m
function [sys,x0,str,ts] = sfunvxy(t,x,u,flag,ax,use_grid,varargin)
%SFUNVXY S-function that acts as a Vector X-Y scope using MATLAB plotting functions.
% This M-file is an enhanced version of MAT
www.eeworm.com/read/293918/8263954
m ilo.m
function out = ilo(command, varargin);
% ilo TEOAE analysis tool
%
%
% Pekka Kumpulainen (kumpu@ee.tut.fi)
switch nargin,
% Initialize
case 0,
localInitFig
% Execute