-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
efg2d.tar
2D MATLAB EFG CODE - SQUARE DOMAIN(2D MATLAB EFG CODE- SQUARE DOMAIN)
- 2007-05-19 19:54:36下载
- 积分:1
-
cordic_base_j
This code implement a interation in cordic pipelline
- 2014-10-30 01:47:24下载
- 积分:1
-
ex10
wireless communication relay technologies in LTE-Advanced
- 2013-11-14 16:29:14下载
- 积分:1
-
2
说明: 可以得出一个二维数组的所有元素的平均值
适合初学者学习(Averages can draw a two-dimensional array of all the elements
For beginners to learn)
- 2014-12-26 19:15:47下载
- 积分:1
-
split-and-merge
segments image F by using a
split-and-merge approach based on quadtree decomposition. MINDIM
(a positive integer power of 2) specifies the minimum dimension
of the quadtree regions (subimages) allowed. If necessary, the
program pads the input image with zeros to the nearest square
size that is an integer power of 2. This guarantees that the
algorithm used in the quadtree decomposition will be able to
split the image down to blocks of size 1-by-1. The result is
cropped back to the original size of the input image.
- 2015-02-27 13:13:32下载
- 积分:1
-
Gauss_Seide-Matlab
Gauss_Seidel迭代法的Matlab程序 (Gauss_Seidel iteration of the Matlab program)
- 2007-07-08 21:45:14下载
- 积分:1
-
1BoxCounting
用于1维曲线的分形维数计算,利用的是盒维数算法(one-dimensional curve for the fractal dimension is calculated using the box dimension algorithm)
- 2007-04-24 13:51:04下载
- 积分:1
-
crou
Crout s algorithm is used when the inversion of large matrices, say 1000X1000 is difficult. So Crout s algorithm uses LU decomposition method to get the same results as the inversion of Matrix.
- 2013-11-04 10:58:10下载
- 积分:1
-
ddc_purechangeone
数字下变频器的matlab仿真,包括基带信号的调制,然后经过混频模块、CIC模块、FIR模块最后得到基带信号的过程。很多地方都批有详细的注释,很容易理解。(Digital down converter matlab simulation, including the modulation baseband signal, and then after mixing module, CIC module, FIR module finally get baseband signal process)
- 2014-05-15 16:24:35下载
- 积分:1