代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/455115/7377901

m plotridgeorient.m

% PLOTRIDGEORIENT - plot of ridge orientation data % % Usage: plotridgeorient(orient, spacing, im, figno) % % orientim - Ridge orientation image (obtained from RIDGEORIENT) % spac
www.eeworm.com/read/451693/7458088

asm log10.asm

;************************************************************ ; Copyright (C), 2009, CYIT Co., Ltd. ; FileName: CRC ; Description: CRC check ; Author: DSP_GROUP ; Usage: v
www.eeworm.com/read/449504/7502094

m stvar.m

function results = stvar(y, param, x) % PURPOSE: performs a smooth transition vector autoregression %--------------------------------------------------- % USAGE: result = stvar(y, param, x) % whe
www.eeworm.com/read/449504/7502148

m prt_multilogit.m

function prt_multilogit(results,vnames,cnames,fid) % PURPOSE: Prints output from multilogit function %----------------------------------------------------------------% % USAGE: prt_multilogit(resul
www.eeworm.com/read/449504/7502155

m lmtest.m

function [lmstat, lmprob, reslm] = lmtest(resultr,xu) % PURPOSE: computes LM-test for two regressions %--------------------------------------------------- % USAGE: [lmstat lmprob, result] = lmtest(
www.eeworm.com/read/449504/7502278

m to_liked.m

function like = to_liked(b,y,x); % PURPOSE: evaluate tobit log-likelihood % to demonstrate optimization routines %----------------------------------------------------- % USAGE: like = to_
www.eeworm.com/read/449504/7502283

m gradt.m

function grdd = gradt(funfcn,x0,varargin) % PURPOSE: computes gradient vector % for the likelihood function f evaluated at b %--------------------------------------------------- % USAGE:gradd
www.eeworm.com/read/449504/7502292

m mds.m

% MDS: Nonmetric multidimensional scaling of a square symmetric distance matrix % in a specified number of dimensions, p. % % Usage: [crd,stress,mapdist] = % mds(di
www.eeworm.com/read/449504/7502350

m vprgen.m

function [v, d] = vprgen(a,b) % PURPOSE: Eigenvalues of the problem max(x'ax / x'bx) %-------------------------------------------------------------- % USAGE: [v, d] = vprgen(a,b) % where: a =
www.eeworm.com/read/449504/7502543

m vecr.m

function v = vecr(x) % PURPOSE: creates a column vector by stacking rows of x %---------------------------------------------------------- % USAGE: v = vecr(x) % where: x = an input matrix %---------