-
ContrLib
用MATLAB的脚本语言M语言编写的,用于在MATLAB环境下实现帕笛近似(高阶模型简化降阶)的程序源代码,可以在MATLAB环境下直接运行。(MATLAB M scripting language language, MATLAB environment for the realization of Palau under Di approximation (high-order model to simplify Reduction) program source code, in the MATLAB environment direct operation.)
- 2007-04-04 13:15:01下载
- 积分:1
-
daima
用最小生成树的方法来求解最短的送货路径,并画出生成树图形(With the minimum spanning tree method to solve the shortest delivery path and draw spanning tree graph)
- 2010-07-13 17:52:21下载
- 积分:1
-
OceansToolbox
说明: 用于海洋绘图和密度 温度盐度的计算,绘图可以调用函数(For marine mapping and calculation of density temperature and salinity)
- 2011-03-29 17:14:16下载
- 积分:1
-
model
利用MATLAB开发的,连铸二次冷却区铸坯表面温度和中心温度的分布曲线图。可以求出所有点的温度。(Using MATLAB development, continuous casting slab of secondary cooling zone and the core temperature of the surface temperature distribution curve. The temperature of all points can be obtained.)
- 2010-05-25 16:22:15下载
- 积分:1
-
DocumentHandler
Receive notification of general document events.
- 2014-01-17 12:04:11下载
- 积分:1
-
alphastable
this program used to estimat a distribution alpha stable
- 2009-05-06 06:56:08下载
- 积分:1
-
C
说明: 孤岛检测在光伏发电并网系统中的应用,一个比较好的参考论文资料(Island in the application of photovoltaic power grid system, a better reference material
)
- 2013-01-09 18:09:01下载
- 积分:1
-
checkmate
一个matlab的将军模型,互联网上很难查询到,希望对matlab初学者有所帮助(a general Matlab model, the Internet is difficult to find. Matlab hope to help beginners)
- 2007-06-16 19:25:49下载
- 积分:1
-
Graficas
Graphics of PID Control of temperature
- 2015-03-20 01:21:50下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1