代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/331439/12828724

m triu.m

function d = triu(v, k) % TRIU Extract upper triangular part. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828966

m tril.m

function d = tril(v, k) % TRIL Extract lower triangular part. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/244800/12843157

m dijk.m

function D = dijk(A,s,t) %DIJK Shortest paths from nodes 's' to nodes 't' using Dijkstra algorithm. % D = dijk(A,s,t) % A = n x n node-node weighted adjacency matrix of arc lengths % (Note
www.eeworm.com/read/141692/12990913

m golub.m

function A = golub(n) %GOLUB Badly conditioned integer test matrices. % GOLUB(n) is the product of two random integer n-by-n matrices, % one of them unit lower triangular and one unit upper tr
www.eeworm.com/read/325578/13195637

m ahpmakemat.m

function m=ahpmakemat(a) %AHPMAKEMAT Turn a vector of comparisons into an AHP matrix. % M=AHPMAKEMAT(A) returns an AHP matrix M from an input vector A. % A must be a triangular number to cor
www.eeworm.com/read/240174/13233311

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor
www.eeworm.com/read/238779/13326104

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor
www.eeworm.com/read/319970/13438164

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor
www.eeworm.com/read/318739/13473161

m shili22.m

function shili22 h0=figure('toolbar','none',... 'position',[200 150 550 350],... 'name','实例22'); subplot(1,2,1) x=rand(1,20); y=rand(1,20); z=peaks(x,y*pi); t=delaunay(x,y); trimesh(t
www.eeworm.com/read/316412/13523356

m golub.m

function A = golub(n) %GOLUB Badly conditioned integer test matrices. % GOLUB(n) is the product of two random integer n-by-n matrices, % one of them unit lower triangular and one unit upper trian