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

克里金及协同克里金代码

于 2018-10-02 发布 文件大小:43KB
0 111
下载积分: 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 个回复

  • 123
    说明:  读取rinex n文件,并计算各时间卫星坐标位置(Read the RINEX n file and calculate the coordinates of each time satellite)
    2019-10-22 22:11:20下载
    积分:1
  • assoeted源码,可以给刚开始学习的人下载借鉴。
    assoeted源码,可以给刚开始学习的人下载借鉴。-assorted源码,可以给刚开始学习的人下载借鉴。
    2022-03-24 06:09:39下载
    积分:1
  • dsi_controller-master
    说明:  dsi controller for mipi oonlinux platform
    2019-03-02 00:48:06下载
    积分:1
  • numClock
    The JS special effect code is based on jQuery + CSS3 to realize the special effect of digital clock.
    2019-06-11 10:32:51下载
    积分:1
  • 实验25:DS1302时钟
    说明:  ds1302时钟c语言驱动源码,适用于51单片机开发板。(DS1302 clock C language driver source code, suitable for 51 single chip development board.)
    2020-06-22 01:20:02下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • 小波神经网络
    神经网络做回归预测,3层小波包结合在一起做预测(network regress prediction)
    2017-10-19 15:29:54下载
    积分:1
  • 带进度条大文件上传源码(单文件多文件都可以传)+v2.0
    带进度条大文件上传源码(单文件多文件都可以传)+v2.0-With large file upload progress bar source (single file multiple files can be mass)+ v2.0
    2022-03-24 02:50:11下载
    积分:1
  • VB气泡提示 托盘图标
    基于SystemTray.dll实现的VB气泡提示功能,类似于Windows系统气泡弹出框,若自己用的话,代码修改下,控件已打包在内。编译后在程序窗口中点击“Balloon”窗口即可。
    2023-02-13 23:55:03下载
    积分:1
  • rcs_circ_plate_gui
    说明:  计算金属圆盘随角度变化的RCS 并输出函数图(function fig = rcs_circ_plate_driver() % This is the machine-generated representation of a Handle Graphics object % and its children. Note that handle values may change when these objects % are re-created. This may cause problems with any callbacks written to % depend on the value of the handle at the time the object was saved. % This problem is solved by saving the output as a FIG-file. % % To reopen this object, just type the name of the M-file at the MATLAB % prompt. The M-file and its associated MAT-file must be on your path. % % NOTE: certain newer features in MATLAB may not have been saved in this % M-file due to limitations of this format, which has been superseded by % FIG-files. Figures which have been annotated using the plot editor tools % are incompatible with the M-file/MAT-file format, and should be saved as % FIG-files.)
    2019-10-31 15:26:38下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载