-
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
-
matlab06-07
这两个小程序是matlab的.m文件,06为采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波,07采用matlab中的函数filter2对受噪声干扰的图像进行均值滤波。(these two small procedure is Matlab. M documents, 06 for 2D median filtering function medfilt2 right by the Salt and Pepper image noise filtering, 07 using Matlab filter2 the function of noise interference by the image filtering.)
- 2007-04-23 19:25:30下载
- 积分:1
-
bpcs
这是一个把神经网络直接应用于轴承的故障诊断的程序,输入轴承的信号,直接得答案(This is a direct application of neural network in bearing fault diagnosis procedures, input bearing signal, a direct answer)
- 2011-11-13 20:58:00下载
- 积分:1
-
MultilayerEnhance
图像增强方法,采用保持形状的灰度变换方法实现多层对比度增强(The image enhancement method,use gray-scale transformation method holding shape to realize multilayer contrast enhancement.)
- 2011-01-14 21:28:22下载
- 积分:1
-
2DPSK
说明: 和2DPSK相关的通信系统matlab仿真(2DPSK and related communications systems Matlab simulation)
- 2006-05-06 23:01:23下载
- 积分:1
-
Programming
包括各种规划问题的文档和程序,无约束优化,线性规划等等(Including planning documents and programs, unconstrained optimization, linear programming, etc.)
- 2011-04-26 20:41:51下载
- 积分:1
-
Project_1
project for coding in code warrior. language is assmebly
- 2015-02-07 02:46:31下载
- 积分:1
-
SHUZIXINHAOCHULI
数字信号处理,差分方程卷积及其实现与处理。(Differential equation)
- 2015-03-09 21:06:52下载
- 积分:1
-
XYFuction
生成一系列X-Y多项式的程序,当你输入K值时,可以生成K(K-1)/2个基函数。可以直接调用(Generates a series of x-y polynomial program, when you enter K value, can generate K (K- 1)/2 basis functions.You can directly call)
- 2015-04-15 15:08:51下载
- 积分:1
-
Calibration.tar
这是IMU标定的中文文档,详细说明了加速度计和陀螺仪的标定(This is the Chinese IMU calibration documentation detailing the accelerometer and gyroscope calibration)
- 2021-05-06 17:22:07下载
- 积分:1