-
MATLABintroduction
这是一本介绍MAtlab基础和编程的书籍,对于初学者来说是一本极好的教程。(It is a basic introduction of MAtlab and matlab programming. For the matlab beginners,it s indeed an excellent tutorial.)
- 2010-12-05 11:23:25下载
- 积分: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
-
duiou_reliability
基于对偶抽样蒙特卡洛发求配电系统可靠性的matlab源程序(Monte Carlo sampling based on the dual distribution system reliability requirements issued matlab source)
- 2021-03-24 15:19:15下载
- 积分:1
-
RB_Tree
Implementation of basic insertion, deletion and search algorithms in a red-black tree in C++.
- 2015-02-02 21:07:18下载
- 积分:1
-
3d_temperature
Estimates tempearature profile in 3d hexahedral mesh using finite element
- 2012-06-07 19:33:45下载
- 积分:1
-
cdma-matlab
CDMA系统的matlab仿真代码CDMA系统的matlab仿真代码(Matlab simulation code CDMA systems)
- 2010-10-22 18:56:19下载
- 积分:1
-
concatenate
说明: 文件组合合并.
该程序用于将两个文件(可以是txt或xls文件)进行组合合并,例如假设A.txt文件中含有‘00’和‘01’两行,B.txt文件中含有‘aa’和‘ bb’两行,则合并后的文件AB.txt文件中含有‘00aa’、‘ 00bb’、‘01aa’和‘ 01bb’四行。(Combination of the merger document. The program for the two files (can be a txt or xls file) in the combined portfolio, such as the assumption A.txt document 00 and 01 contains two lines, B.txt documents containing aa and bb two lines, then after the merger documents AB.txt document containing 00aa, 00bb, 01aa and 01bb quatrain.)
- 2008-09-12 17:10:00下载
- 积分:1
-
BPSKPAWGN-simulation-by-Matlab
说明: 通信系统中完整的bpsk的调制程序,包括误码率的仿真(Complete bpsk communication systems the modulation process, including of the simulation)
- 2011-03-15 20:31:16下载
- 积分:1
-
first2345
CONTROL OF DC MOTOR USING BUCK BOOST CONVERTER
- 2013-11-22 05:09:58下载
- 积分:1
-
libsvm-3.1
LibSVM code in Matlab
- 2011-06-01 22:50:35下载
- 积分:1