代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/155568/11862989
m walker.m
function walker
% WALKER Human gait.
% This model, developed by Nikolaus Troje, is a five-term Fourier series
% with vector-valued coefficients that are the principal components for
% data obtain
www.eeworm.com/read/155568/11863098
m lugui.m
function [L,U,pv,qv] = lugui(A,pivotstrat)
%LUGUI Gaussian elimination demonstration.
%
% LUGUI(A) shows the steps in LU decomposition by Gaussian elimination.
% At each step of the eliminatio
www.eeworm.com/read/155568/11863120
m touchtone.m
function touchtone(arg)
% TOUCHTONE Use FFT to synthesize and analyze telephone dialing
%
% The dual tone multi-frequency (DTMF) standard specifies that the tone
% generated by a button on a tele
www.eeworm.com/read/155568/11863123
m fftmatrix.m
function fftmatrix(varargin)
% FFTMATRIX Plot columns of the Finite Fourier Transform matrix.
% FFTMATRIX(N) plots all the columns of the FFT matrix of order N.
% FFTMATRIX(N,J) plots only the (J+
www.eeworm.com/read/155109/11898381
m draw2.m
%
% Syntax: draw(X,Phi,hCart,hBall)
%
% Inputs: X is a scalar specifying the cart's position in [m].
% Phi is a scalar specifying the ball's angular deviation in [rad].
%
% Resu
www.eeworm.com/read/154760/11928759
m animate.m
function animate(t,y,mode)
% ANIMATE Animated plot of functions (For MATLAB versions 4.x only)
%
% ANIMATE(T,Y) plots Y vs array T
% ANIMATE(Y) plots Y vs index starting with 0,1,..
%
%
www.eeworm.com/read/154209/11983052
m spectview.m
function varargout = spectview(varargin)
%SPECTVIEW Spectrum Viewer.
% This graphical tool for Spectral Analysis lets you create, edit,
% and analyze the frequency content of digital signals.
www.eeworm.com/read/154209/11983093
m get.m
function ans = get(obj,prop)
%GET Method for fdspec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.4 $
obj = struct(obj);
if nargin == 1
www.eeworm.com/read/154209/11983131
m sigdemo1.m
function sigdemo1(action,in1,in2);
%SIGDEMO1 Interactive signal demo - 1 : DFT of a signal
% Demonstrates MATLAB's graphic user interface using Handle Graphics
% while illustrating some basic s
www.eeworm.com/read/154209/11983138
m sigbrowse.m
function varargout = sigbrowse(varargin)
%SIGBROWSE Signal Browser.
% This graphical tool allows you to display, measure, filter, hear
% and analyze digital signals.
%
% Type 'sptool' to s