源码搜搜
 
请在你的词语间用空格隔开。如:指纹识别 Gabor
我们为您搜索到了100matlab 牛顿插值相关源代码;由于计算资源限制,不能给出所有的搜索结果,请原谅!
特别提示
  源码搜搜是一个自动搜索中英文源码的搜索引擎,所以,如果请仔细阅读搜索到的英文源代码,它们和您的想要的中文有很大的关联。
  另外,为了保证您得到最全面的结果,建议您直接搜索中文
  暂不支持繁体中文,请谅解!
相关搜索

相关词条
    牛顿,(1643年1月4日-1727年3月31日)是英国伟大的数学家、物理学家、天文学家和自然哲学家。1643年1月4日生于英格兰林肯郡格兰瑟姆附近的沃尔索普村,1727年3月31日在伦敦病逝。   牛顿1661年入英国剑桥大学三一学院,1665年获文学士学位。随后两年在家乡躲避瘟疫。这两年里,他制定了一生大多数重要科学创造的蓝图。1667年回剑桥后当选为三一学院院委,次年获硕士学位。1669年任卢卡斯教授直到1701年。1696年任皇家造币厂监督,并移居伦敦。1703年任英国皇家学会会长。1706年受女王安娜封爵。他晚年潜心于自然哲学与神学。   牛顿在科学上最卓越的贡献是微积分和经典力学的创建。
站内搜索
"牛顿插值"的最佳翻译为"newton interpolation",相关的英文翻译自动加入检索

MATLAB实现牛顿插值 (Newton's Interpolation )算法源代码源代码免费下载-Free Source Code for Newton's Interpolation formula-Free Source Code

MATLAB实现牛顿插值 (Newton's Interpolation )算法源代码源代码免费下载-Free Source Code for Newton's Interpolation formula-Free Source Code
MATLAB实现牛顿插值 (Newton's Interpolation )算法源代码 Free Source Code for Newton's Interpolation formula 2008年05月18日 Matlab R11.

MATLAB实现牛顿插值 (Newton's Interpolation )算法源代码 - Free Source Code for Newton's Interpolation formula

但是从实现的角度看并不很好,而牛顿很好的解决了这个问题。 牛顿插值是基于下面这些的公式: f[x0,x1,......最终进行一个点的计算的时间复杂度是O(n)。 这个matlab程序实现了牛顿插值 (Newton's Interpolation )算法。

3D Data Interpolation

Syntax: ui=NewtFit(x,y,z,u,xi,yi,zi) 3D interpolation. It may be used where griddata3 fails to find a3D interpolation using modified 4-point vector Newton interpolation Approximations and Interpolation. "

MATLAB trilinear interpolation

I'm working with large 3D data and have to interpolate in 3D space. With Matlab's interp3 function myA Matlab mex function to perform trilinear interpolation. Approximations and Interpolation. mex, trilinear,

三次样条插值 - sunyan分享的源代码 cubic spline interpolation

三次样条插值 cubic spline interpolation 2008年12月30日 sunyan 热心分享 Matlab 三次样条插值的一般算法程序 源代码及技术文章下载(请点击下面的原文链接下载) There isn't any

拉格朗日(Lagrange)多项式插值算法源代码源代码免费下载-Lagrange polynomial interpolation -Free Source Code

拉格朗日(Lagrange)多项式插值算法源代码 Lagrange polynomial interpolation 2008年05月18日 Maltab R10 这是一个Matlab实现的拉格朗日多项式插值算法,它使用拉格朗日多项式插值的方法近似点定义函数。

Excel Builder Demo: Univariate Interpolation

how to compile a function that performs univariate interpolation into a COM object. External Code Interfacing. MATLAB, Excel, Builder, Example, interpolation, univariate

Fast 2-dimensional interpolation

Fast 2-dimensional interpolation
a 5x-50x speedup over interp2 Approximations and Interpolation. fast, 2d, 2-dimensional, interpolation,...function performs 2-dimensional interpolation similar to MATLAB's built-in function interp2 with a considerable

Fast interpolation

Fast interpolation
Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib This function performs interpolation faster than MATLAB's "interp1" function.

Fast Linear Interpolation

Performs linear interpolation with a speed acceleration of (up to) 4x. Approximations and Interpolation....dll file in a directory recognizable by MATLAB. You won't need lininterp1f.

Scattered Data Interpolation and Approximation using Radial Base Functions

Scattered Data Interpolation and Approximation using Radial Base Functions
Set of functions that can be used for interpolation and and approximation of scattered data of any d ...25:10; f = sin(x); xi = 0:.1:10; %Matlab interpolation fi = interp1(x,f,xi);

N-dimensional Fourier interpolation

N-dimensional Fourier interpolation
Performs N-D FFT interpolation with upsampling, downsampling, or mixed up- and downsampling... MATLAB 7 (R14) image processing, interpolation,

Mth Order Piecewise Spline Interpolation

Mth Order Piecewise Spline Interpolation
 for 3 < x < 4 y = 27*x^2 - 183*x + 305 MATLAB 7.4 (R2007a) general, gui, interpolation, piecewise, splines

NVIDIA CUDA-based bilinear (2D) interpolation

NVIDIA CUDA-based bilinear (2D) interpolation
Incredible speed boost in comparision to the Matlab implementation. (interp2)This code is inpired by Alexander Huth's bilinear interpolation approach   ( http://www.mathworks.

2D interpolation

2D interpolation
Fast 2D linear interpolation of scalar of vector valued 2D images.... put NaNs in ZI.     The function is similar to Matlab's native   ZI = INTERP2(Z,XI,YI,'linear',NaN),    

3D interpolation

3D interpolation
Fast 3D linear interpolation of scalar or vector valued 3D images.mirt3D_mexinterp is fast mex version of Matlab's interp3 function.  

Peak Interpolation

Peak Interpolation
This is called subsample peak interpolation and is used in radar, delay estimation,... MATLAB 7.4 (R2007a) communications, dsp, gaussian, interpolation,

Curve Interpolation

Which is the right Matlab function to use? It concern to interpolate ... MATLAB 7.7 (R2008b) matlab interpolation

2D CUDA-based bilinear interpolation

2D CUDA-based bilinear interpolation
GPU assisted fast bilinear interpolation Utility. cuda, 2d bilinear interpolation, fast mex... BUILDING INSTRUCTIONS: Change the 'MATLAB' (and if necessary,

COM Builder Example: Univariate Interpolation

how to compile a function that performs univariate interpolation into an Excel COM object. External Code Interfacing. MATLAB, COM, "Builder example", "univariate interpolation"
CopyRight (©) codesoso.com 2007-2009 All Rights Reserved 最近搜索