-
dijkstra
最好的dijkstra 算法 matlab实现。
可以计算任意两点间的最短距离和路径。
不要参考其他的matlab程序,他们的路径都有问题。(Best Dijkstra algorithm matlab. You can calculate the shortest distance between any two points and path. Do not refer to other matlab program, their path has a problem.)
- 2013-05-21 12:51:37下载
- 积分:1
-
vpm
二维涡流位置及流场分布计算程序,Vortex Panel Method (Two-dimensional eddy current distribution of the location and flow field calculation program, Vortex Panel Method)
- 2007-12-07 11:06:04下载
- 积分:1
-
RCS
基于Matlab的RCS(雷达散射截面)计算案例。
利用时域有限差分法(FDTD)的计算电磁学手段,给出了较为准确的结果。(An exact example to calculate the RCS based on Matlab.
Using the FDTD method, it indicates that the simulation is quite acurate.)
- 2021-02-24 15:09:39下载
- 积分:1
-
EKF
基于AOA的室外雷达定位算法仿真,基于TDOA的室外雷达定位算法仿真,基于AOA doa的室外雷达定位算法仿真,三维(Simulation of outdoor radar location algorithm based on AOA, simulation of outdoor radar location algorithm based on TDOA, simulation of outdoor radar location algorithm based on AOA TDOA, 3d)
- 2019-05-16 09:50:00下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
PM-DOAandL-2-DOA
传播算子DOA估计算法和基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序(Propagator DOA estimation algorithm based on the L-shaped array augmented matrix beam D DOA estimation MATLAB program)
- 2013-05-01 21:56:26下载
- 积分:1
-
crackprop_modeI_lefm_xfem_cpe4
crackprop_modeI_lefm_xfem_cpe4,ABAQUS基于线弹性断裂力学的扩展有限元法实例。(crackprop_modeI_lefm_xfem_cpe4 ABAQUS based on linear elastic fracture mechanics extended finite element method instance.)
- 2021-04-08 17:19:00下载
- 积分:1
-
Matlab解微分方程(ODE+PDE)
Matlab求解微分方程组,几种经典算法(MATLAB Solves Differential Equations, Several Classical Algorithms)
- 2018-12-24 15:33:59下载
- 积分:1
-
Runge-kutta
4阶龙格库塔解二阶微分方程,使用matlab软件编程进行渐进计算。(4th order Runge-Kutta solution of second-order equations)
- 2020-12-20 15:59:09下载
- 积分:1
-
C__4
The only information passed from difeq to solvde is the matrix of derivatives
- 2012-08-23 22:23:00下载
- 积分:1