代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/362500/9996092

m gscaler.m

function [gx] = gscaler(newdata,mx,stdx) %GSCALER group scales a new matrix. % GSCALER scales a matrix (newdata) using a vector % of means (mx) and a vector of standard deviations % (stdx), and
www.eeworm.com/read/362500/9996173

m stdize.m

function stdspec = stdize(nspec,stdmat,stdvect); %STDIZE Standardizes new spectra using previously developed transform % Inputs are the new spectra to be standardized (nspec), % the standardizati
www.eeworm.com/read/166509/10017302

m contents.m

% TDSEP ICA tools version 2.01, 2/14/99 by AZ % % This is a simple and efficient MATLAB implementation of blind source separation. % Along the lines of Schuster and Molgedey [1] two (lagged) correl
www.eeworm.com/read/166306/10024681

m polyfit.m

function [p,S] = polyfit(x,y,n) %p=polyfit(x,y,k)用k次多项式拟合向量数据(x,y) %p返回多项式的降幂系数.当k>=n-1时,polyfit实现多项式插值. %例如 用二次多项式拟合数据 % x | 0.1 0.2 0.15 0.0 -0.2 0.3 % --|-----------------------------
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/361765/10036797

r distn.r

########## Density Functions and Random Number Generators ########## # # note: Matthew Fasman has been working on replacing these with # functions coded in C++. These have been moved to the tmp
www.eeworm.com/read/361765/10036821

rd vech.rd

\name{vech} \alias{vech} \title{Extract Lower Triangular Elements from a Symmetric Matrix} \description{ This function takes a symmetric matrix and extracts a list of all lower triangular element
www.eeworm.com/read/361765/10036833

rd xpnd.rd

\name{xpnd} \alias{xpnd} \title{Expand a Vector into a Symmetric Matrix} \description{ This function takes a vector of appropriate length (typically created using \code{vech}) and creates a symme
www.eeworm.com/read/165360/10066336

m htmlrep.m

%HTMLREP Substitute values for variable names in HTML document. % OUTSTRING = HTMLREP(INSTRUCT, INFILE) replaces all MATLAB % variables in INFILE, an HTML document, with corresponding % valu
www.eeworm.com/read/360995/10069884

m ksvdd.m

%KSVDD Support Vector Data Description on general kernel matrix % % W = KSVDD(X,FRACERR,WK) % % Train an SVDD on the data X, which is first mapped by mapping WK % (see for possibilities myproxm