代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/390840/8438251
asv nnd3pc.asv
function nnd3pc(cmd,arg1,arg2,arg3)
%NND3PC Perceptron classification demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox
www.eeworm.com/read/390840/8438391
m nndemof2.m
function fig = nndemof2(s1,s2,s3,s4,s5)
% NNDEMOF2 Neural Network Design utility function.
% Standard demo figure for Neural Network Toolbox GUI.
%
% NNDEMOF2(S1,S2,S3)
% S1 - Name of windo
www.eeworm.com/read/390840/8438450
m nnd7sh.m
function nnd7sh(cmd,arg1,arg2,arg3)
%NND7SH Supervised Hebb demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.6 $
%============================
www.eeworm.com/read/190114/8448293
cpp edituser.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "EditUser.h"
#include "dido.h"
#include "option.h"
#include "param.h"
www.eeworm.com/read/190114/8448306
cpp maintain.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#pragma hdrstop
#include "Maintain.h"
#include "option.h"
www.eeworm.com/read/189690/8458786
m readfunction.m
function readfunction(obj, event, device, group, sample,plotAxes)
[time, data] = IncaGetRecords(device,group,sample);
userdata = get(plotAxes,'userdata');
assignin('base','time',time)
assignin('
www.eeworm.com/read/390457/8464697
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/389692/8507841
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/188512/8532675
cpp viewcart.cpp
// Fig. 19.23: viewcart.cpp
// Program to view books in the shopping cart.
#include
using std::cerr;
using std::cin;
using std::cout;
using std::ios;
#include
using std:
www.eeworm.com/read/433114/8545411
m menu2pick_frequency_windows.m
function MenuHandle=menu2pick_frequency_windows(figure_handle)
% Create menu button to pick rectangular windows; the spectrum of the data
% is posted to a second window. The callback function that do