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

搜索资源列表

  1. inline

    0下载:
  2. 线性内插器的matlab程序,调试过了 没什么问题-linear interpolation of Matlab procedures, a little too debugging problems
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.92kb
    • 提供者:
  1. newton method

    0下载:
  2. function p=newton(f_str,df_str,p0) tol=0.00001; f = inline(f_str); df= inline(df_str); while 1 p=p0-f(p0)/df(p0); if abs(p-p0)<tol, break; end p0=p; disp(p0); end disp(p)
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:216byte
    • 提供者:su2900hk
  1. secant

    0下载:
  2. In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.-The secant iteration to find the zero of some non-linear function converges to zero if
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:938byte
    • 提供者:王怀东
  1. Archive

    4下载:
  2. duffing方程用于微弱信号检测的matlab程序。包含两种方法,一种是inline,一种是@fan。-duffing equation for weak signal detection matlab program. Contains two methods, one is inline, one is @ fan.
  3. 所属分类:matlab

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

    1下载:
  2. FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的-FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:927byte
    • 提供者:Xiaojun
  1. begoodatMATLAB6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。 第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3.3mb
    • 提供者:yyj
  1. creatimage

    0下载:
  2. createimage函数实现当前零水平集(演化曲线)在原图上的显示和嵌入函数u的重新初始-Createimage functions implementing the current zero level set (curve evolution in the display on the original) and inline function u initial again
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:775byte
    • 提供者:TAYLOR
  1. Untitled2

    0下载:
  2. 给出了内联函数及创建的方法,绘制了图像并介绍了获取图像坐标的函数-Inline functions are given and the method to create and draw a picture and describes the function to obtain the image coordinates
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:940byte
    • 提供者:guohui
  1. MosaicKit

    0下载:
  2. 一种图像拼接技术,是一个内嵌拼接。基于特征点的图像内嵌技术,里面有测试图像。-An image display technology, is an inline splice. Image based on feature points embedded technology, there are test images. Embedded image
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:80.5kb
    • 提供者:谷继红
  1. learning-matlab6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导者初会MATLAB 基本用法。第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面 设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环境
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3.3mb
    • 提供者:zhangting
  1. inline-lsqcurvefit-matlab-code

    1下载:
  2. Matlab inline-lsqcurvefit 参数拟合例子的源代码-Matlab inline-lsqcurvefit parameter fitting examples of source code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2.83kb
    • 提供者:lulxf
  1. programming-in-matlab-2

    0下载:
  2. This tutorial is intended for those who want to learn basics of MATLAB programming language. Even with a limited knowledge of this language a beginning programmer can write his/her own computer code for solving problems that are complex enough to
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:431.89kb
    • 提供者:ali
搜珍网 www.dssz.com