-
MATLABGUI
此次上传关于MATLAB设计GUI的一些源代码,希望给大家学习带来帮助(MATLAB GUI on the design of the upload of some source code, I hope to bring to help them to learn)
- 2010-10-14 11:35:04下载
- 积分:1
-
m_seq
generating maximum legnth sequence bu determining the generator function and initial condition
- 2009-12-29 04:55:23下载
- 积分:1
-
matlab_oringin_code
matlab常用程序的源代码,以及演示(matlab source code for common procedures, and presentation)
- 2013-07-11 23:03:49下载
- 积分:1
-
PCA_face_configuration
matlab平台下基于PCA的人脸识别程序。压缩文件中包含测试使用的人脸图像文件。 (Under the PCA face recognition matlab platform is based on the program. People compressed file contains tests using face image files.)
- 2014-12-01 17:35:26下载
- 积分:1
-
BGAR
This is my Master Thesis for Association Rule Mining With Binary Genetic, Enjoy it
- 2014-12-05 03:26:59下载
- 积分:1
-
IMMUNE-GA
说明: 免疫算法和遗传算法的结合,非常不错,希望对大家有用。(Immune algorithm and genetic algorithm combination, very good, and I hope useful.)
- 2011-02-26 11:37:57下载
- 积分:1
-
LTE-system-resource
说明: LTE系统中资源调度机制的研究与实现LTE system resource scheduling mechanism and implementation
(LTE system resource scheduling mechanism and implementation
)
- 2011-03-18 20:49:24下载
- 积分:1
-
jiaozhiyujiejiaozhi
交织与解交织的matlab代码,希望能对学习的人有用(Intertwined intertwined with the solution matlab code, I hope people can learn a useful)
- 2021-02-17 11:09:46下载
- 积分:1
-
mrc-antena(snr)
This code simulate MRC receiver in wireless network for different SNR.
this program is for MATLAB.
- 2012-10-09 20:28:37下载
- 积分:1
-
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