CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matrix t

搜索资源列表

  1. treewave

    0下载:
  2. Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the w
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4377
    • 提供者:yupenghui
  1. TRIEIGE

    0下载:
  2. computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.-computes the eigenvalues of a symmetric tr idiagona
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5976
    • 提供者:
  1. mintreePrim

    0下载:
  2. Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n 输入prim 得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn document gives the name of the input parameters and format Prim in the call prior to the importation of adjacency matrix D and the node number n Input pri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:743
    • 提供者:lili
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:376712
    • 提供者:
  1. SVM

    0下载:
  2. In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1705
    • 提供者:sofi
  1. PrimAlgorithm

    0下载:
  2. 最小生成树prim算法,Dandn文件给出了输入参数的名称及格式即在调用prim前先输入邻接矩阵D和节点个数n输入prim得到两行的矩阵T,将上下两行数字对应的节点相连即可-Prim algorithm for minimum spanning tree, Dandn document gives the name and format of the input parameters that is called prim before Input adjacency matrix D and
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:977
    • 提供者:Taro Yu
  1. MinimumspanningtreePrim

    0下载:
  2. Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n输入prim得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn file name given input parameters and format that is called prim before Input adjacency matrix D and node numbers n input prim are two lines of the matrix T, the numbe
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1128
    • 提供者:masai
  1. Thomas

    0下载:
  2. 当线性代数联立方程组的系数矩阵为三对角阵T时,可将T分解为主对角元素为1的下三角阵L和另一个右三角阵R的积。-Simultaneous linear algebraic equations when the coefficient matrix is tridiagonal matrix T, can break down the main diagonal elements of T 1 of the lower triangular matrix L and the other right-
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1182
    • 提供者:屈健健
  1. fit_mix_2D_gaussian

    0下载:
  2. fit_mix_2D_gaussian - fit parameters for a 2D mixed-gaussian distribution using EM algorithm format: [u,covar,t,iter] = fit_mix_2D_gaussian( X,M ) input: X - input samples, Nx2 vector M - number of gaussians which are assumed to compose the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1781
    • 提供者:resident e
  1. T-matrix

    5下载:
  2. T矩阵方法的FORTRAN环境下的程序,希望对大家有帮助!-T matrix method program FORTRAN environment, we want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8223277
    • 提供者:窦冬冬
  1. Prim-suan-fa

    0下载:
  2. Dandn文件给出了输入参数的名称及格式,即在调用prim前先输入邻接矩阵D和节点个数n输入prim得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn file gives the name and format of the input parameters, namely, the input before calling the prim adjacency matrix D and the number of nodes n prim get two lines of the
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:740
    • 提供者:欢银
  1. sequence-alignment-matrix-

    0下载:
  2. 求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:3812
    • 提供者:zhouyanghua
  1. Prim

    0下载:
  2. Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n 输入prim,得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn document gives the name and format of the input parameters Before calling prim enter the adjacency matrix D and the number of nodes n Input Prim, two rows o
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:720
    • 提供者:周卓
  1. Matrix-Checking-Functions

    0下载:
  2. Matlab Functions for determining if certaion matrix is: 1) Symmetric 2) Lower/Upper triangular (Unit/Strictly/Non-Strictly) 3) n-Banded 4) (Strictly) Diagonally Dominant 5) Isn t it positive definite
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:2569
    • 提供者:
  1. Prim-minimum-spanning-tree-algorithm

    0下载:
  2. 最小生成树Prim算法。Dandn文件给出了输入参数的名称及格式即在调用prim前先输入邻接矩阵D和节点个数n输入prim得到两行的矩阵T,将上下两行数字对应的节点相连即可。-Prim minimum spanning tree algorithm. The file of Dandn up and down two rows of numbers corresponding node connected to the name and format of the input parameter
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1129
    • 提供者:韩松
  1. Prim

    0下载:
  2. Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n 输入prim 得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn document gives the name and format of the input parameters before calling prim enter the adjacency matrix D and the number of nodes n input prim two rows of the
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:870
    • 提供者:姚雨峰
  1. R-and-T-for-two-arrays

    0下载:
  2. 程序r_t用来计算两组空间坐标点之间的旋转平移关系。调用方式如下: p1=[x11,x12,...,x1n y11,y12,...,y1n z11,z12,...,z1n] n个控制点在第一个坐标系下的坐标 p2=[x21,x22,...,x2n y21,y22,...,y2n z21,z22,...,z2n] n个控制点在第二个坐标系下的坐标 RT=r_t(p1,p2) 两个坐标系直接的旋转平移关系,表示方式为RT=[R T] 注:p1和p2也可提供齐次坐标-for RT
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2675
    • 提供者:zhang
  1. complex

    0下载:
  2. calculate matrix T complex
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:12417
    • 提供者:abs_khafan_19
  1. jordan

    0下载:
  2. calculate matrix T and matriz jordan when roots are complex
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:8895
    • 提供者:abs_khafan_19
  1. tdfFileOpen

    0下载:
  2. D is the dimension vector, R the rotation matrix, T the translation vector of the calibrated volume LINKS is a [2,nLinks] adjacency list of links: if exists linkIdx such that links(:,linkIdx) == [track1 track2] then a link exists connectin
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:652
    • 提供者:p1ky
« 12 3 4 5 6 »
搜珍网 www.dssz.com