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

搜索资源列表

  1. S-Isomap

    1下载:
  2. Descr iption: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactio
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:30.87kb
    • 提供者:修宇
  1. matlab7.x

    0下载:
  2. 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.27mb
    • 提供者:yixiao
  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
    • 文件大小:1.67kb
    • 提供者:王立钊
  1. piecewise_eval

    0下载:
  2. LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monoto
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:左贤君
  1. BIQPBOX

    0下载:
  2. %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:张风
  1. DEFINEV

    0下载:
  2. %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Vector dv is
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:781byte
    • 提供者:张风
  1. 4-parameter

    0下载:
  2. 可以进行曲线回归拟合算法的四参数算法。函数为 y = (a-d)/(1+(x/c)^b) +d . ec50.m 为其主要函数
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.84kb
    • 提供者:2213
  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例程

    • 发布日期:2011-04-21
    • 文件大小:895.62kb
    • 提供者:li123kai@126.com
  1. ssim_index

    1下载:
  2. Zhou Wang proposed a new idea of Structural Similarity Index (SSIM )for image quality measurement based on the assumption that the HVS is highly adapted to extract structural information from the viewing field. The Mean Structural Similarity Index (M
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:2.04kb
    • 提供者:ahmed seghir
  1. hunhebianma

    0下载:
  2.  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programmi
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:272.45kb
    • 提供者:胡辉
  1. 2finish

    0下载:
  2. matlab的基本实现函数有图 例如求代数方程3x5+4x4+7x3+2x2+9x+12=0的所有根。(利用roots函数)-The basic realization of matlab function has a plan such as the algebraic equation 3x5+4 x4+7 x3+2 x2+9 x+12 = 0 for all roots. (Using the roots function)
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:53.37kb
    • 提供者:huawenlai
  1. ex

    0下载:
  2. 自己写的 c 语言的e的x次方函数 精度还可以的-Write their own language, e c x-th power function of accuracy can also be the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:203.27kb
    • 提供者:破破
  1. FMINCON

    0下载:
  2. C=CURVEFIT( 拟合模型 ,参数C初值,X数据,Y数据) 求参数C使得 sum {(FUN(C,X数据)-Y数据).^2}最小化-C = CURVEFIT ( fitting model and parameter C, initial X, Y data) for data parameters that sum {there (C) (C, X-ray data- Y j ^ 2) minimizing}
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6.28kb
    • 提供者:陈诚
  1. SphereDecoder

    0下载:
  2. 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3.18kb
    • 提供者:bennytang
  1. [M]

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量) Programmed by Liyang(faruto s Studio~!) BNU MATH Email:liyangbnu@mail.bnu.edu.cn QQ:516667408 last modified 2008.4.27 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量- Of the origina
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.28kb
    • 提供者:hongye
  1. text2

    0下载:
  2. 离散随机信号的计算机仿真(验证性实验)---仿真协方差函数为C(x)的高斯过程-Computer simulation of discrete stochastic signal validation experiments--- Simulation covariance function C (x) of the Gaussian process
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1.71kb
    • 提供者:闫瑜
  1. L01p_e

    0下载:
  2. [x,f]= L01p_e(c,A,b,N)用枚举法求解下列 0-1线性规划问题min f=c *x, s.t. A*x<=b,x的分量全为整数0或1, 其中N表示约束条件 Ax ≤ b中的前N个是等式,N= 0时可以省略。 返回结果x是最优解,f是最优解处的函数值。 -[X, f] = L01p_e (c, A, b, N) with the following enumeration method for solving linear programming problems 0
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:672byte
    • 提供者:mengxi
  1. SimpleMthd

    0下载:
  2. 单纯形法matlab程序 求解标准型线性规划:max c*x s.t. A*x=b x>=0 本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b N是初始的基变量的下标 输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0 输出变量val是最优目标值,kk是迭代次数- example:max 2*x1+3*x2 s.t. x1+2*x2<=8 4*x1<=16 4*x
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.13kb
    • 提供者:王志贺
  1. kubik_app_alg

    0下载:
  2. cubic curve(in form y= f(x) = a*x^3 + b*x^2 + c*x + d) approximation by set of lines with given error
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:lking157
  1. X射线相机内校正

    1下载:
  2. X射线影像增强器相机内校正算法,Matlab+C++实现。
  3. 所属分类:matlab例程

« 12 3 4 5 »
搜珍网 www.dssz.com