登录
首页 » matlab » 克里金及协同克里金代码

克里金及协同克里金代码

于 2018-10-02 发布 文件大小:43KB
0 118
下载积分: 1 下载次数: 10

代码说明:

  在离散数据的基础上补插连续函数,使得这条连续曲线通过全部给定的离散数据点。插值是离散函数逼近的重要方法,利用它可通过函数在有限个点处的取值状况,估算出函数在其他点处的近似值(The continuous function is interpolated on the basis of discrete data so that the continuous curve passes through all the given discrete data points. Interpolation is an important method of approximating discrete functions. By using it, the approximate values of functions at other points can be estimated by using the condition of function at finite points.)

文件列表:

克里金及协同克里金代码, 0 , 2018-03-31
克里金及协同克里金代码\Co_kriging0.m, 8758 , 2018-03-31
克里金及协同克里金代码\Co_variogram_sq.m, 12325 , 2018-03-31
克里金及协同克里金代码\fminsearchbnd.m, 8139 , 2012-02-06
克里金及协同克里金代码\kriging0.m, 6687 , 2018-03-31
克里金及协同克里金代码\Test.m, 1811 , 2018-03-31
克里金及协同克里金代码\Test_data.mat, 18796 , 2018-03-30
克里金及协同克里金代码\variogram.m, 12698 , 2018-03-27
克里金及协同克里金代码\variogramfit2.m, 18370 , 2018-03-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • jihe
    实现集合运算关于离散结构中真值表和集合 以及关于c++一些简单运算(Implementing Set Operations)
    2020-06-24 23:40:11下载
    积分:1
  • VB建立三角形网,继续土方量计算等!能连接到Auto cad
    VB建立三角形网,继续土方量计算等!能连接到Auto cad-triangular VB established networks continue earthwork calculations! Can be connected to the Auto marker
    2022-02-07 09:10:01下载
    积分:1
  • SAR-RD
    说明:  合成孔径雷达成像中的距离多普勒算法,包括回波产生,脉冲压缩,距离徙动补偿等(Range Doppler algorithm for SAR imaging)
    2020-01-14 11:52:47下载
    积分:1
  • my-hacker-girlfriend
    一本关于黑客的电子书,这本书很火,在网上很难下载(o other about hacker book ,my girl friend is a hacker, the book is very splendid)
    2013-05-03 21:54:06下载
    积分:1
  • 一个归并排序的程序
    一个归并排序的程序-sort of a merging process
    2023-08-16 08:15:03下载
    积分:1
  • 2020国赛
    说明:  2020年数学建模国赛A题回焊炉控温,使用粒子群算法,差分法,牛顿冷却公式,绘制炉温曲线,其中粒子群算法进行了优化处理(In 2020 mathematical modeling, the temperature control of reflow furnace in question a of national competition of mathematics is used. The temperature curve is drawn by using particle swarm optimization algorithm, difference method and Newton cooling formula, in which the particle swarm optimization algorithm is optimized)
    2020-10-04 22:14:30下载
    积分:1
  • MFC入门小程序源代码
    MFC入门小程序源代码-MFC source code
    2022-05-29 04:40:36下载
    积分:1
  • 压缩的例子,小脑以PIC 16F877板和之间的通信…
    a zipped example of communication between the Cerebellum 16f877 pic board and the CMUcam. There are plenty of comments in the code.
    2023-07-20 11:40:03下载
    积分:1
  • JS彩色方块倒计时代码
    说明:  CSS3文字底纹背景动画特效是一款基于CSS3 Background属性制作文字底纹添加gif背景动态图特效。(CSS3 text background animation is a special effect based on CSS3 Background property to create text background and add GIF background dynamic map.)
    2019-01-12 09:39:42下载
    积分:1
  • 1602显示驱动程序
    说明:  LCD1602的数据写入及CGRAM的使用 编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅 1.当使能端E由1变为0时,执行写指令,数据被写入。 例如,欲写入数据i到DDRAM: void WDR(uchar i) { CheckBusy();//检忙 LCD_RS=1; LCD_RW=0; LCD_EN=0; Delay(); LCD_DATA=i;//数据输出到定义端口 Delay(); LCD_EN=1; Delay(); LCD_EN=0;//这一步才开始写入到LCD Delay(); } 2.CGRAM 1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。 以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
    2020-06-23 13:20:02下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载