代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/305575/13765549
m indexor.m
function[index]=indexor(varargin)
%INDEXOR Finds the union of multiple indices.
%
% INDEX = INDEXOR(INDEX1,INDEX2...), where the INDEX1, INDEX2,... are
% indices into a matrix (such as INDEX1
www.eeworm.com/read/305575/13765566
m ridgerecon.m
function[xhat,yhat]=ridgerecon(w,y,ii,jj,kk)
%RIDGERECON Signal reconstruction along wavelet transform ridges.
%
% XHAT=RIDGERECON(W,Y,IR,JR) where W is a wavelet matrix and Y is a
% wavelet tr
www.eeworm.com/read/305575/13765608
m jsignal.m
%
%JSIGNAL Signal processing, wavelet and spectral analysis
%
%Multitaper analysis
% mspec - Multitaper power spectrum.
% mtrans - Multitaper "eigentransform" computation.
% msvd
www.eeworm.com/read/305575/13765660
m jimage.m
function[]=jimage(x,y,z)
%JIMAGE Image plot with scaled cdatamapping and normal ydir.
%
% JIMAGE(Z) makes an IMAGE plot of matrix Z with 'cdatamapping' set
% to 'scaled' and 'ydir' set to 'norm
www.eeworm.com/read/305450/13769591
m torr_ftop.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%this function will convert an fundamental matrix to a rotation and translation martix
%then establish a suitable frame eliminating the spurious so
www.eeworm.com/read/305405/13772189
cpp playfair.cpp
#include
#include
void main()
{
char text[200],key[50],matrix[5][5],code[200],ch,a,b,c,d;
char abc[27]="abcdefghijklmnopqrstuvwxyz";
int l1,l2,i,j,k,n,p1=1,p2=1,p3,s,t
www.eeworm.com/read/305390/13772281
m trisys.m
function X=trisys (A,D,C,B)
%Input - A is the sub diagonal of the coefficient matrix
% - D is the main diagonal of the coefficient matrix
% - C is the super diagonal of the c
www.eeworm.com/read/305190/13777269
m obmat.m
function y = obmat(A,C,i)
%OBMAT Constructs the observability matrix with a given index.
%
% OBMAT(A,C,k) constructs the truncated (k < n), standard (k = n) or
% extended (k > n) observabilit
www.eeworm.com/read/305190/13777271
m soltritoep.m
function [T,H] = soltritoep(SS,PP,k)
%SOLTRITOEP Solves for a lower triangular block Toeplitz matrix.
%
% [T,H] = soltritoep(S,P,k)
%
% The matrix
%
% [ H(0) 0 ... 0 0 ]
%
www.eeworm.com/read/304082/13801485
m randvec.m
function x=randvec(n,m,c)
%RANDVEC Generate gaussian random vectors X=(N,M,C)
% generates a random matrix of size (n,p) where p is the maximum dimension of m or c
% Each row of x is independent wi