-
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
-
blastdetect
blast 检测算法比较 基于ZF MMSE SIC准则,GUI界面(blast detection ,based on ZF,MMSE etc)
- 2011-06-09 15:50:34下载
- 积分:1
-
c_matlab_jiekou
c语言与matlab接口:编程与实例
一本不错的学习书籍(c language and matlab interface: an instance of programming and learning a good book)
- 2010-10-02 15:19:29下载
- 积分:1
-
fushi
将COMTRADE格式的数据转换成为真实的电气量值,并绘制波形(COMTRADE format of the data will be converted into actual electrical value, and draw the waveform)
- 2010-10-06 10:37:34下载
- 积分:1
-
1673
matlab仿真微分方程,分别用欧拉法,改进欧拉法,龙格库塔法,四阶adams显式隐式算法对比精度。(matlab simulation of differential equations, respectively, with Euler, improved Euler method, Runge-Kutta method, fourth-order implicit algorithm adams explicit comparison accuracy.)
- 2013-08-02 10:50:14下载
- 积分:1
-
fuzzy01
Fuzzy logic example. You enter a temperature degree. Program specifies the membership of fuzzy sets
- 2012-04-16 14:44:01下载
- 积分:1
-
How_to_create_exe_file_using_matlab
create matlab files in to .exe files in docx format read this file carefully and execute the .exe files in matlab
- 2010-12-21 18:00:16下载
- 积分:1
-
粒子群算法原理及各种改进的PSO的matlab源码
说明: 各类改进粒子群算法,模拟退火,混合,随即权重,粒子群算法(All kinds of improved particle swarm optimization, simulated annealing, hybrid, random weight, particle swarm optimization)
- 2020-11-21 11:09:37下载
- 积分:1
-
zhuiganfa
以前写的数值分析里的追赶法的代码,我自己看着是可用的(Previous numerical analysis method to write the code in the catch)
- 2014-12-14 19:29:29下载
- 积分:1
-
gaussian-smoothing-filter
高斯平滑滤波,属于低通滤波,有效去除图像噪声。(Gaussian smoothing filter, a low pass filter effectively removes image noise.)
- 2013-12-19 14:11:46下载
- 积分:1