代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/366065/9834997

3 stdchannels.3

'\" '\" Copyright (c) 2001 by ActiveState Corporation '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\
www.eeworm.com/read/362152/10015599

m ktoa.m

function a = ktoa(k) %KTOA converts reflection coefficients to AR polynomial %---- % Usage: A = ktoa(K) % % where each column of A contains polynomial coefficients % and " "
www.eeworm.com/read/361768/10036531

m ivech.m

function transformeddata=ivech(data) % PURPOSE: % Transform a vector in to a lower triangular matrix for use by MVGARCH, complements vech % % USAGE: % transformeddata=ivech(data) % %
www.eeworm.com/read/361768/10036632

m armaxfilter_likelihood.m

function [LLF, errors, likelihoods] = armaxfilter_likelihood(parameters , regressand , regressors, ar , ma, tau) % PURPOSE: % This is the likelihood function for armaxfilter % % USAGE: %
www.eeworm.com/read/360770/10079132

m fxstiff.m

function dfdx = fxstiff (t,x,f) %---------------------------------------------------------------------- % Usage: dfdx = fxstiff (t,x,f) % % Description: Estimate the Jacobian matrix J = df(
www.eeworm.com/read/360770/10079146

m freqrsp.m

function [a,phi,f] = freqrsp (u,y,fs) %----------------------------------------------------------------------- % Usage: [a,phi,f] = freqrsp (u,y,fs) % % Description: Compute the frequency re
www.eeworm.com/read/360770/10079148

m prompt.m

function x = prompt (s,a,b,df) %---------------------------------------------------------------- % Usage: x = prompt (s,a,b,df) % % Description: Prompt the user for a number in a specified r
www.eeworm.com/read/360770/10079161

m chkvec.m

function chkvec (x,k,f) %---------------------------------------------------------------- % Usage: chkvec (x,k,f) % % Description: check argument x to see that it is a column vector. %
www.eeworm.com/read/360770/10079197

m ludec.m

function [x,Delta] = ludec (A,b,eq) %---------------------------------------------------------------- % Usage: [x,Delta] = ludec (A,b,eq) % % Descripton: Solve the linear algebraic system Ax
www.eeworm.com/read/360770/10079204

m jacobian.m

function J = jacobian (x,f) %----------------------------------------------------------------------- % Usage: J = jacobian (x,f) % % Description: Estimate the Jacobain matrix, J = df(x)/dx,