CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - inverse matrix matlab

搜索资源列表

  1. MATLAB.rar

    5下载:
  2. 自己现在在做的论文用到灰度共生矩阵,找了好久都没找到很好用的,所以自己就编了个,不很完美,但绝对可用,已经实现过。包括灰度共生矩阵的生成以及一些特征参数。f1,二阶距。f2,对比度。f3,相关。f5,逆差距。f6,和平均。f7,和方差。f9,差平均。f10,差方差。请不吝赐教。,Now do their own papers in the gray co-occurrence matrix used to find for a long time to find no good use, so
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-15
    • 文件大小:2.1kb
    • 提供者:周鹏
  1. matrix_convert_cPP

    0下载:
  2. 用c++语言来写的求矩阵的逆,比MATLAB来说,略显的有一点复杂-With c++ language to write the inverse matrix of demand than MATLAB, the bit' s a little complicated
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.46kb
    • 提供者:章朔
  1. lsqr_b

    1下载:
  2. 此算法为用于解反问题的lsqr算法,对Ax=b,输入矩阵A,列向量b,以及迭代步数,求得列向量x-This algorithm is used for solution of the inverse problem lsqr algorithm, Ax = b, the input matrix A, the column vector b, as well as the number of iterative steps, to seek the column vector x
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1.65kb
    • 提供者:gongwei
  1. jpeg

    2下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4.51kb
    • 提供者:Justin
  1. ClusterData

    0下载:
  2. Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Databa
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-22
    • 文件大小:2.28kb
    • 提供者:tra ba huy
  1. szjs1

    1下载:
  2. 矩阵求逆的算法,比较完备,基本上可以求任何矩阵的逆-Matrix inversion algorithm, a more complete, is basically the inverse matrix for any
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:739byte
    • 提供者:zzz
  1. art

    1下载:
  2. 用于解反问题的代数重建法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Algebraic solution of the inverse problem for the reconstruction of France, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:635byte
    • 提供者:gongwei
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.73kb
    • 提供者:zhu
  1. hw2

    0下载:
  2. 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换. 2.对源图像进行K-L转换 1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2.. Apply DCT to these sub images, and get the transfo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.5kb
    • 提供者:zhengyan
  1. matrix

    0下载:
  2. 矩阵相乘和求逆,矩阵求逆进行LV分解,测试结果与matlab一样-Matrix multiplication and inverse, matrix inverse to LV decomposition, the same test results with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2.81kb
    • 提供者:胡易
  1. inverse

    0下载:
  2. Matrix inverse by Gauss-Jordan elimination
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:718byte
    • 提供者:katore vishal
  1. gaussian_jodan

    1下载:
  2. 用选主元的Gauss-Jordan方法计算矩阵的逆矩阵 matlab-With pivoting Gauss-Jordan method of inverse matrix matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:641byte
    • 提供者:zwx
  1. inv_matrix

    0下载:
  2. 矩阵分解求逆中的Cholkski分解算法的Matlab仿真。-Inverse matrix decomposition decomposition algorithm in the Matlab simulation Cholkski.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.09kb
    • 提供者:AC Milan
  1. New-Folder

    0下载:
  2. inverse matrix matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:11.34kb
    • 提供者:baseem khan
  1. Moore-Penrose-pseudoinverse-of-matrix---MATLAB.ra

    0下载:
  2. document shows process of moore rseudo inverse matrix calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:75.68kb
    • 提供者:Anuj Shaw
  1. toepliez-matrix-matlab-with

    0下载:
  2. 对称toepliez矩阵求逆的matlab实现-Symmetrical toepliez inverse matrix matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:244.53kb
    • 提供者:xiongyue
  1. Laplace--generalized-inverse

    0下载:
  2. matlab编程计算Laplace矩阵的广义逆矩阵-Generalized inverse matrix calculation of Laplace matrices matlab programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.26kb
    • 提供者:jby
  1. matlab代码

    0下载:
  2. LM 算法最小二乘法的概念,最小二乘法要关心的是对应的cost function是线性还是非线性函数,不同的方法计算效率如何,要不要求逆,矩阵的维数。(The concept of the least square method of the lm algorithm, the least square method should be concerned whether the corresponding cost function is a linear or nonlinear funct
  3. 所属分类:通讯编程

    • 发布日期:2017-12-20
    • 文件大小:48kb
    • 提供者:华南虎2
  1. InverseMatrix

    0下载:
  2. scr ipt to calculate the inverse matrix
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1.2mb
    • 提供者:OlaKAse
  1. CFICA_11

    1下载:
  2. ICA的目的就是寻找解混矩阵W(A的逆矩阵),然后对X进行线性变换,得到输出向量U。(The purpose of ICA is to find the mixed matrix W (the inverse matrix of A), and then the linear transformation of the X, and the output vector U is obtained.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:255kb
    • 提供者:涵露凌薇
« 12 3 »
搜珍网 www.dssz.com