-
radarMATLABCode
mahafaz的用matlab分析和设计雷达系统1书的源码(mahafaz use matlab analysis and design of radar systems, one book source)
- 2007-11-13 16:42:03下载
- 积分:1
-
Untitled2
LEACH, you can get the matlab code of LEACH
- 2010-10-20 10:33:09下载
- 积分:1
-
MATLAB
matlab 实用教程(ppt,源代码)
包括画图 计算 变成(matlab Practical Guide (ppt, source code), including the calculation into a drawing)
- 2008-04-15 09:14:03下载
- 积分:1
-
pathRRT
RRT是应用广泛的机器人路径规划方法,可处理路径规划中的不同问题。(RRT is the widespread use of robot path planning, path planning can handle the different issues.)
- 2007-03-13 14:11:19下载
- 积分:1
-
anim_pres
fortran的matlab代码,可以将fortran仿真结果可视化(fortran matlab code, you can visualize simulation results fortran)
- 2014-02-20 21:05:27下载
- 积分:1
-
svm_G_knn
用MATLAB自带的工具箱实现svm的多分类问题,代码有注释。(MATLAB comes with the toolbox to achieve svm multi-classification problem, the code has comments.)
- 2017-01-10 22:44:44下载
- 积分:1
-
Differential-Equations
利用matlab 和 差分方法求解非线性方程(Difference Methods Partial Differential Equations)
- 2012-01-11 19:57:25下载
- 积分:1
-
gongetidufa
一种共轭梯度法的matlab函数,可以用于求解病态的线性方程组,提高求解精度.还提供了算法的介绍文档(A conjugate gradient method of matlab function, can be used to solve ill-conditioned linear equations, improve the accuracy of solving)
- 2016-11-27 00:28:58下载
- 积分:1
-
MATLAB
matlab用于处理图像图像的应用,全书所有的代码都在(matlab image processing images for applications, all of the code in the book)
- 2014-12-10 15:58:33下载
- 积分:1
-
dace
克里金法假定采样点之间的距离或方向可以反映可用于说明表面变化的空间相关性。克里金法工 具可将数学函数与指定数量的点或指定半径内的所有点进行拟合以确定每个位置的输出值。克里金法是一个多步过程;它包括数据的探索性统计分析、变异函数建模 和创建表面,还包括研究方差表面。当您了解数据中存在空间相关距离或方向偏差后,便会认为克里金法是最适合的方法。该方法通常用在土壤科学和地质中。(This function completes what I have started with the functions variogram and variogramfit. It is not intended to be a highly optimized code for performing kriging but may have educational value. Note that for using kriging, you should download the latest version of variogramfit.
kriging uses ordinary kriging to interpolate a variable z measured at locations with the coordinates x and y at unsampled locations xi, yi. The function requires the variable vstruct that contains all necessary information on the variogram. vstruct is the forth output argument of the function variogramfit.
This is a rudimentary, but easy to use function to perform an ordinary kriging interpolation. I call it rudimentary since it always includes ALL observations to estimate values at unsampled locations. This may not be necessary when sample locations are not within the autocorrelation range but would require something like a k nearest neighbor search algorithm or something similar. Thus, the alg)
- 2015-11-02 20:04:53下载
- 积分:1