登录
首页 » Matlab » 插值matlab

插值matlab

于 2022-12-12 发布 文件大小:2.29 kB
0 73
下载积分: 2 下载次数: 1

代码说明:

% Test problem for Akima interpolation % Ref. : Hiroshi Akima, Journal of the ACM, Vol. 17, No. 4, October 1970, %        pages 589-602. % x=0:10; y=[10 10 10 10 10 10 10.5 15 50 60 85]; xi=linspace(0,10,51); yf=akima(x,y,xi); subplot(2,2,1); plot(x,y,"o",xi,yf); title("Abscissa set 1") x=[0 1 3 4 6 7 9 10 12 13 15]; xi=linspace(0,15,51); yf=akima(x,y,xi); subplot(2,2,2); plot(x,y,"o",xi,yf); title("Abscissa set 2") x=[0 2 3 5 6 8 9 11 12 14 15]; xi=linspace(0,15,51); yf=akima(x,y,xi); subplot(2,2,3); plot(x,y,"o",xi,yf); title("Abscissa set 3") yf=spline(x,y,xi); subplot(2,2,4); plot(x,y,"o",xi,yf); title("Cubic spline")

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

发表评论

0 个回复

  • Estimation_of_Kinds_of_Channels(MATLAB)
    基于MATLAB,各种信道的估计方法,共13种(Estimation_of_Kinds_of_Channels(MATLAB))
    2010-09-16 14:48:45下载
    积分:1
  • ellispe
    椭圆算法,可用Matlab编程,也可用Mathematica软件编程,给出的是Mathematica程序(Ellipse algorithm, the available Matlab programming, can also be used Mathematica software programming, given the Mathematica program)
    2013-04-05 13:44:51下载
    积分:1
  • Matlab-Programs
    matlab源码,主要包括基础的图形应用,界面编程,图像处理,数值分析。为方便阅读,将其整合成一个chm格式文档。(matlab source code, mainly based graphics application, interface programming, image processing, numerical analysis. To facilitate the reading, will be consolidated into a chm format documentation.)
    2009-09-05 17:23:08下载
    积分:1
  • ThreeDimensional_FDTDcpml
    FDTD three-dimensional CPML (FDTD three-dimensional CPML)
    2009-01-03 00:30:02下载
    积分:1
  • man_Eye_tracking
    说明:  应用MATLAB实现眼睛的定位检测程序,大家分享看看(Application of MATLAB to achieve positioning of the eye detection process, we share a look)
    2010-05-03 14:27:32下载
    积分:1
  • aca-nn
    使用蚁群算法并进行改进,利用改进的蚁群算法优化BP神经网络的程序(Ant colony algorithm and improved use of improved ant colony algorithm to optimize BP neural network program)
    2013-01-04 10:28:22下载
    积分:1
  • svpwm
    初步实现光伏并网的逆变器功能,输出很好的波形(The initial realization of photovoltaic inverter function, the output waveform is a good)
    2013-08-27 10:44:18下载
    积分:1
  • word
    产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计低通,带通,高通滤波器对信号进行滤波处理,观察滤波前后信号的频谱。(Generates a continuous signal, including low-frequency, medium frequency, high frequency components, its sampling, spectral analysis, were designed low-pass, band pass, high pass filter for filtering the signal, observed before and after filtering the signal spectrum.)
    2011-12-31 14:14:43下载
    积分:1
  • 循环冗余校验码
    循环冗余校验码(试验报告)(Cyclic Redundancy Check (pilot reports))
    2005-02-27 01:04:08下载
    积分:1
  • asymotor
    三相异步电机的矢量控制的模型,希望对大家有所帮助(Vector control,hope that)
    2013-07-17 09:45:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载