代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/151555/12201626
m rungeinterp.m
function rungeinterp(arg)
%RUNGEINTERP Runge's polynomial interpolation example.
% F(x) = 1/(1+25*x^2)
% Polynomial interpolation at equally spaced points, -1
www.eeworm.com/read/151555/12201702
m pdegui.m
function pdegui(action)
%PDEGUI Demonstrate solution of model partial differential equations.
% PDEGUI demonstrates the finite difference solution of model problems
% involving Laplace's operator:
www.eeworm.com/read/151552/12201749
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/151143/12232920
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 calllback function that
www.eeworm.com/read/150760/12265512
m createdata.m
function result = createdata(action,varargin)
% CREATEDATA Interactive data generator.
%
% Synopsis:
% createdata
% createdata('finite')
% createdata('finite',num_classes)
% createdata('gau
www.eeworm.com/read/150760/12266010
m demo_mmgauss.m
function demo_mmgauss(action,hfigure,varargin)
% DEMO_MMGAUSS Demo on minimax estimation for Gaussian.
%
% Synopsis:
% demo_mmgauss
%
% Description:
% demo_mmgauss demonstrates the minimax estimati
www.eeworm.com/read/150760/12266087
m demo_emgmm.m
function demo_emgmm(action,hfigure,varargin)
% DEMO_EMGMM Demo on Expectation-Maximization (EM) algorithm.
%
% Synopsis:
% demo_emgmm
%
% Description:
% This demo shows the Expectation-Maximization
www.eeworm.com/read/252197/12293144
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]