-
noncontrol-ballistic-simulation
Matlab编写的纵向平面内无控弹道仿真程序,(内含气动数据),采用线性插值与4阶龙格库塔法解算常微分方程组(The longitudinal plane Matlab prepared uncontrolled trajectory simulation program (includes aerodynamic data), using linear interpolation with four first-order Runge-Kutta method ODE solver)
- 2020-07-08 10:19:02下载
- 积分:1
-
MATLAB_GUI
【MATLAB GUI设计学习手记】源代码,比较全([Notes] learning MATLAB GUI design source code, compare the whole)
- 2014-02-11 09:31:55下载
- 积分:1
-
diodemodel
Crystal diode modelling (matlab7+simulink)
- 2010-05-29 22:49:18下载
- 积分:1
-
matlab动力学分析程序详解
说明: duffing方程相关程序,方程求解,时间历程绘制,相图及庞加莱映射图(duffing, Poincare,phase diagram)
- 2019-01-16 15:31:01下载
- 积分:1
-
TSP
说明: 用遗传算法求解TSP问题+matlab动态演示其求解过程。(TSP problem using genetic algorithm+ matlab dynamic presentation of their solution process.)
- 2011-04-05 21:32:28下载
- 积分:1
-
Kalman-tool
说明: matlab使用的卡罗曼工具箱,经典源码(Kaluoman use of Matlab Toolbox, classic source)
- 2006-04-29 23:29:51下载
- 积分:1
-
matlabguitxlkuo
matlab的gui设计,主要是图象轮廓图,边界图等(Matlab gui design, the main contours of the map image, the boundary map)
- 2007-05-10 21:51:58下载
- 积分:1
-
simulate-oradar-signal
使用matlab做关于雷达的仿真,并且含有雷达性能的讲解与代码(Use matlab to do simulations on the radar, and contains the code to explain radar performance)
- 2014-08-21 11:06:59下载
- 积分:1
-
huise1
灰色预测模型的matlab源代码,灰色预测可以用在数据挖掘等方面(Grey prediction model matlab source code, gray prediction can be used in data mining, etc.)
- 2014-11-21 23:25:47下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1