-
energy
energy leach a new version
- 2012-04-15 03:13:38下载
- 积分:1
-
shili95
制作运用SOR迭代法解线性方程组的用户界面(Making use of SOR iterative method to solve linear equations of the user interface
)
- 2011-06-28 10:31:59下载
- 积分:1
-
emd
用matlab做EMD分解,进行故障诊断(matlab to do EMD)
- 2021-01-18 15:28:43下载
- 积分:1
-
FFT2
fft2 and dct algorithm in image compression JPEG
- 2011-11-10 15:43:25下载
- 积分:1
-
regular_mesh
Finland
Matlab cannot do regular meshes for non-regtancular regions.
However, one can manually do very coarse regular meshes for
these type domains. The difficulty is with the edge data e.
If this data does not correspond to the orientations given by
the PDEtool geometry files, refinement will not work. The
function drawedges() will display the order of the edges and
their segment numbers. However, this function does not tell
how the edges are oriented. However, just run the visualization,
and if the refinement does not work correctly, you know the
problem is with the orientatino of the edge. Remember to also
correct the last two rows of the matrix e when changing the
orientation. (See the documentation for initmesh for more info.)
- 2015-01-21 09:22:16下载
- 积分:1
-
S
说明: S 函数使用及应用举例,对涉及到simulink里s函数的应用有详细的解释(The use and application of S function, for example, relating to the simulink function in the application of s has a detailed explanation)
- 2008-07-24 12:18:47下载
- 积分:1
-
nbcspline[1]
MATLAB 很重要的文件 很重要的文件很重要的文件很重要的文件很重要的文件( this is a importent this is a importent this is a importent this is a importent this is a importent )
- 2011-12-16 18:27:42下载
- 积分:1
-
aloha
随机多址接入协议的matlab仿真及其结果,包括ALOHA,时隙ALOHA,非连续性CSMA和时隙非连续性ISMA协议。(The matlab simulation and results of random multiple access protocol,including ALOHA, slotted ALOHA, CSMA and snpisma protocols.)
- 2014-06-06 23:01:49下载
- 积分: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
-
HW1_3_signerrorLMS
Adaptive filter 三种演算法RLS,LNS sign error LMS(three RLS algorithm. LNS sign error LMS)
- 2006-11-05 01:29:33下载
- 积分:1