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

搜索资源列表

  1. jacobi算法

    1下载:
  2. 实现雅可比叠代算法 在matlab中 输入矩阵A,b, 初值x 调用该函数 得到结果-achieve Jacobi iterative algorithm in Matlab input matrix A, b, x initial function to be called the results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:893
    • 提供者:陆营
  1. matlab-code

    0下载:
  2. matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection P
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:郑超
  1. dir2cas

    1下载:
  2. 直接型到级联型的形式转换 % [b0,B,A]=dir2cas(b,a) %b 为直接型的分子多项式系数 %a 为直接型的分母多项式系数 %b0为增益系数 %B 为包含各bk的K乘3维实系数矩阵 %A 为包含各ak的K乘3维实系数矩阵 %-directly to the cascade-type conversion in the form of%% [belts, B, A] = dir2cas (b, a)% b-to direct the molecular p
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:904
    • 提供者:吴江华
  1. 231226

    1下载:
  2. 空间后方交汇求解相机外方位元素,变量如下 % x,y 控制点像点坐标 % X,Y,Z 控制点空间坐标 %f焦距 %X0,Y0,Z0,a,b,c六个外方位元素 %x0,y0,-f内方位元素:光心坐标 %cha,chb,chc:外方位角元素改正数 %count 记录迭代次数 %R 旋转矩阵 %A 线性化的偏导系数矩阵 %L 常数项矩阵 %M0 外方位元素矩阵 %M1 外方位元素改正数矩阵-meeting space for rear camera po
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1707
    • 提供者:王立钊
  1. chapter1-2

    0下载:
  2. 这是我学习《MATLAB程序设计与应用》刘卫国、陈昭平  一书时第一章和第二章的课后习题 目录 exponential_e.m exsub.m fheritage.m initialise.m matrix.m matrix2.m matrixm.m matrix_c.m matrix_mul.m mult.m mywork1201.dll mywork1201.m normcdf_.m p41_4.m p41_5.asv
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13871
    • 提供者:赵亮
  1. 咖吗滤波matlab

    1下载:
  2. function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. %   H = RGB2HSV(M) converts an RGB color map to an HSV color map. %   Each map is a matrix with any number of rows, exactly three
  3. 所属分类:matlab例程

    • 发布日期:2008-12-16
    • 文件大小:1517
    • 提供者:leohee
  1. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  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
    • 文件大小:1692
    • 提供者:gongwei
  1. fisher_classify

    0下载:
  2. function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本 输出C为判别系数向量 -function [clusters, c, F] = fisher_classify (A, B, data) fisher discriminant method procedures input A, B for a sample of known typ
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:842
    • 提供者:王晶
  1. Gauss_elimination

    0下载:
  2. Gauss Elimination Algorithm is used to solve linear equations in the form Ax=B, find rank of matrix and to find inverse of matrixes. The program is done in matlab platform.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:603
    • 提供者:mmbaskr
  1. work

    0下载:
  2. 建立一个矩阵,进行一些运算,求得XA=B中X的值-matrix caculation
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:35045
    • 提供者:chen peilin
  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
    • 文件大小:635
    • 提供者:gongwei
  1. 20104102125258460

    0下载:
  2. In this paper we discuss the problem of recovering the vertices of a planar polygon from its measured complex moments.Because the given, measured moments can be noisy, the recovered vertices are only estimates of the true ones. The literature offers
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3733
    • 提供者:zhuyuanli
  1. plot3d_2

    0下载:
  2. This function produces an image of a 3D object defined by matrix a(l,m,n) in terms of voxels the image is a view after rotating the object by angles alfa and beta (in degree) b is the image and d is its ditance to the viewer matrix The first figure d
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:932
    • 提供者:resident e
  1. Gauss-Jordan-Matrix

    0下载:
  2. For inverting a matrix, Gauss-Jordan elimination is about as efficient as any other method. For solving sets of linear equations, Gauss-Jordan elimination produces both the solution of the equations for one or more right-hand side vectors b, and also
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:6884
    • 提供者:Myoung-Jin
  1. takes the matrix L and U and vector b and returns vector solution X

    0下载:
  2. takes the matrix L and U and vector b and returns vector solution X
  3. 所属分类:matlab例程

    • 发布日期:2017-11-12
    • 文件大小:1378
    • 提供者:Olya
  1. b

    0下载:
  2. 利用传输矩阵法对相移光纤光栅的反射及透射谱进行了仿真-Phase shifted grating reflection and transmission spectra were simulated using the transfer matrix method
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:762
    • 提供者:卢俊杰
  1. 105230321MATLAB

    0下载:
  2. 基本Chan算法 ChanAlgorithm_A——加入角度信息后的Chan算法,需要注意Chan算法的B矩阵 test——测试文件 CHANFUC——编的Chan算法,经比较后,小区半径并不影响定位精度。 chan4是对CHANFUC的测试。 -Basic Chan algorithm ChanAlgorithm_A- Join angle information after Chan algorithm, the algorithm needs to pay att
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:24996
    • 提供者:周利
  1. data5bus

    0下载:
  2. Line Data and G and B matrix of IEEE 5 bus power system
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:933
    • 提供者:tahomatab
  1. DC_Power_Flow_Analysis

    0下载:
  2. The DC Power Flow Equations Four-bus network used in example
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1232896
    • 提供者:eli65
« 12 3 4 »
搜珍网 www.dssz.com