-
NumericalMethodsinEngineeringwithMATLAB
NumericalMethods in Engineering withMATLAB® is a text for engineering
students and a reference for practicing engineers, especially those
who wish to explore the power and efficiency of MATLAB. The choice of
numerical methods was based on their relevance to engineering problems.
Every method is discussed thoroughly and illustrated with problems
involving both hand computation and programming. MATLAB
M-files accompany each method and are available on the book web
site. This code is made simple and easy to understand by avoiding complex
book-keeping schemes, while maintaining the essential features of
the method. MATLAB, was chosen as the example language because of
its ubiquitous use in engineering studies and practice. Moreover, it is
widely available to students on school networks and through inexpensive
educational versions.MATLAB a popular tool for teaching scientific
computation.
- 2010-06-23 19:27:28下载
- 积分:1
-
Untitled
这是一个关于线性调频信号的产生以及其频谱分析的代码(This is a chirp signal generation and its spectrum analysis code)
- 2014-11-08 22:09:14下载
- 积分:1
-
vibration
振动分析matlab程序,用于固有频率振型求取。(vibration analysis matalb code)
- 2013-11-23 13:23:50下载
- 积分:1
-
min
matlab最小值,用于求一组数据中的最小值。(min function of matlab)
- 2013-05-11 19:04:02下载
- 积分:1
-
findmode
This will solve 2d photonic crystal modes by plane wave method
- 2009-05-01 19:44:16下载
- 积分:1
-
Disfrst
VERY IMPORTANT MATLAB BROGRAM FOR FRFT
- 2013-09-22 17:34:36下载
- 积分:1
-
read-Matrix-for-SAR-DATA
Read Matrix for SAR DATa
- 2011-12-28 17:41:45下载
- 积分:1
-
kejian
这是一个matlab图像处理的课件,大概看了一下,还不错,希望能对大家有用。(This is a matlab image processing software, probably looked, well, hoping to be useful for all of us.)
- 2008-06-24 21:01:53下载
- 积分:1
-
matlabpro1
用MATLAB实现图像轮廓提取的方法和效果(MATLAB image contour extraction methods and results)
- 2007-05-10 19:08:43下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1