代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/456188/7355184
m xiezhh8.m
function varargout = xiezhh8(varargin)
% XIEZHH8 M-file for xiezhh8.fig
% XIEZHH8, by itself, creates a new XIEZHH8 or raises the existing
% singleton*.
%
% H = XIEZHH8 returns the
www.eeworm.com/read/451385/7466235
m bizcard.m
function bizcard
% BIZCARD Future version of The MathWorks business card.
% Click anywhere on the card.
clf reset
shg
set(gcf,'name','The MathWorks Business Card', ...
'menu','none','num
www.eeworm.com/read/451385/7466269
m fftgui.m
function fftgui(y)
%FFTGUI Demonstration of Finite Fourier Transform.
% FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)).
% FFTGUI, without any arguments, uses y = zeros(1,32).
%
www.eeworm.com/read/451385/7466280
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/451385/7466306
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/449126/7518008
m fftgui.m
function fftgui(y)
%FFTGUI Demonstration of Finite Fourier Transform.
% FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)).
% FFTGUI, without any arguments, uses y = zeros(1,32).
% Wh
www.eeworm.com/read/442927/7641935
m dcprdataplot.m
function dcprDataPlot(DS, plotTitle, displayAnnotation)
% dcprDataPlot: Plot of 2D data for data clustering or pattern recognition
% Usage: dcprDataPlot(DS, plotTitle, inputName, pointLabel)
% DS:
www.eeworm.com/read/441245/7672681
m image_dbr.m
function varargout = image_dbr(varargin)
%IMAGE_DBR M-file for image_dbr.fig
% IMAGE_DBR, by itself, creates a new IMAGE_DBR or raises the existing
% singleton*.
%
% H = IMAGE_DBR retur
www.eeworm.com/read/440460/7689029
m quaderr.m
% Quadratic error demo from Hertz Krogh & Palmer fig. 5.10
function quaderr(eta,momentum)
if nargin < 2
momentum = 0;
if nargin < 1
eta = 0.02
end
end
ud = get(gcf,'UserData');
if ~ischar
www.eeworm.com/read/439815/7701248
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]