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

搜索资源列表

  1. phase-mag-b-sup

    0下载:
  2. 相位衬度成像中由振幅得到相位的恢复算法,MATLAB运行环境
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:王力
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:651.96kb
    • 提供者:shshlzh
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:826.12kb
    • 提供者:shshlzh
  1. matlab曲面拟合程序

    8下载:
  2. matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-10-04
    • 文件大小:20.73kb
    • 提供者:刘辉
  1. fmincon.rar

    0下载:
  2. 求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB),For solving nonlinear equations. Call the format x = fmincon (fun, x0, A, b, Aeq, beq, VLB, VUB)
  3. 所属分类:Algorithm

    • 发布日期:2016-09-10
    • 文件大小:6.53kb
    • 提供者:狄凌松
  1. l1benchmark

    1下载:
  2. l1benchmark 这个算法包提供了十种求解带稀疏约束的矩阵方程 AX=b 的 MATLAB 实现代码,并提供了一个比较各种算法求解结果的演示。-An L1-norm minimization benchmark package, which contains an implementation of ten L1-norm minimization algorithms in MATLAB. The package also provides a test scr ipt for comp
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:45.13kb
    • 提供者:bsmsht
  1. ldiv

    1下载:
  2. The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The fu
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.37kb
    • 提供者:Allan KAO
  1. caipiao

    0下载:
  2. 实现计算数字a选数字b的组合结果。程序机构简单,在matlab里面输入文件名字和组合参数就可以运行。-a select b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:dxh
  1. leastsquareellipse

    0下载:
  2. 至少输入五个点,得到最小二乘模拟椭圆,最后得到椭圆左右焦点以及主轴与x轴夹角等具体参数-[Xc,Yc,A,B,Phi,P]=ELLIPSEFIT(X,Y) finds the least squares ellipse that best fits the data in X and Y. X and Y must have at least 5 data points. Xc and Yc are the x- and y-axis center of the ellipse re
  3. 所属分类:Algorithm

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

    1下载:
  2. 自适应滤波的块型最小均方差算法(B-LMS),能够快速跟踪过程的变化-Block adaptive filtering algorithm based on LMS (B-LMS), to fast track the process of change
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.33kb
    • 提供者:lurui
  1. AX=B-jacobi

    0下载:
  2. 根据雅克比迭代法求解线性方程组AX=B的MATLAB程序。经过算例验证正确。适用性非常广。-According to Jacobi iterative method for solving linear equations AX = B on MATLAB. After a numerical example is correct. Very wide applicability.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:802byte
    • 提供者:大象
  1. the-solution-to-AX=B

    0下载:
  2. 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1.22kb
    • 提供者:大象
  1. MATLAB-project

    1下载:
  2. 信号卷积运算的GUI设计 1、可任意输入两个信号源;卷积函数自己编写,不可用工具箱函数。 2、设计的GUI可计算 , , ,并以下拉列表选项的方式进行选择和计算结果的演示。 3、计算 ,要求参数a,b可调(即以文本框形式输入),并显示。 -Signal convolution, GUI design, can be arbitrary input two source convolution function to write your own, can not use the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:76.31kb
    • 提供者:贾昆
  1. qiux

    0下载:
  2. 这段代码是用来求Ax=b线性方程的,采用的是列主元消元法,经过很苛刻的矩阵验证,其精度可以和matlab中的求逆再求方程的结果媲美-This code is used to seek Ax = b of linear equations, the main-element elimination method, after a very demanding Matrix verify its accuracy and inversion in matlab and then seek compa
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:142.53kb
    • 提供者:claire
  1. The-Warholer

    0下载:
  2. matlab 图形图像处理。通过GUI,用户可以自由的变换RGB颜色等等。-The color of each pixel in an image is specified by a combination of three values: red, green, and blue. These values typically take 256 levels, leading to 256^3 ~ 17 million possible colors. In this GUI you ca
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:86.93kb
    • 提供者:林真天
  1. newmark-b

    1下载:
  2. 用matlab编写newmark-B法解结构振动微分方程的程序-Prepared using matlab newmark-B method for solving differential equations of structural vibration program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:592byte
    • 提供者:小倩
  1. matlab-rotating-calculation

    0下载:
  2. EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.49kb
    • 提供者:曹腾飞
  1. appendix-B

    0下载:
  2. 金融数量分析程序的matlab源代码,主要是一部分测试程序B-The number of financial analysis program of matlab source codeB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.89kb
    • 提供者:Stephen
  1. interpolation

    0下载:
  2. 定理1(介值定理)设函数f(x)在区间[a,b]连续,且f(a)f(b)<0,则方程f(x)=0在区间[a,b]内至少有一个根。(Theorem 1 (intermediate value theorem) set the function f (x) in the interval [a, b] continuous, and f (a) f (b) <0, then the equation f (x) =0 is at least one root in the interva
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:1kb
    • 提供者:粥多多
  1. wpsnr.m

    0下载:
  2. This function displays the PSNR (peak signal-to-noise ratio) between two images. The answer is in decibels (dB). PSNR is very common in image processing. A sample use is in the comparison between an original image and a coded/decoded image. Typica
  3. 所属分类:数学计算

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:yokiqust
« 12 »
搜珍网 www.dssz.com