-
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
-
caiyangdianshu
当信号采样点数很少时,不能很好的恢复原模拟信号,导致原始信号中的一部分丢失。而当信号的采样点数增多到1024时,其分辨率很好,可以有效的区分信号的信息,当采样点数继续增多时,其恢复为原始模拟信号的精度越高且不丢失原始信号。(When the signal is small when the sampling points can not be good to restore the original analog signal, causing part of the original signal is lost. When the signal is increased to 1024 sampling points, its resolution is very good, can effectively distinguish the signal information, continue to increase when the sampling points, its back to the higher accuracy of the original analog signal without loss of the original signal.)
- 2011-06-13 10:24:20下载
- 积分:1
-
ACO-TSP-matlab-code
ant colony optomization tsp code in matlab
- 2015-04-10 16:31:46下载
- 积分:1
-
DVB-T
DVB-T Matlap simulation using OFDM
- 2015-07-14 12:03:42下载
- 积分:1
-
threetunnelSARGMTI
三通道干涉GMTI的matlab程序,可以实现动目标检测与定位(三通道干涉GMTI的matlab程序,可以实现动目标检测与定位
Three-channels interference GMTI of matlab inplementation can achieve the moving target s detection and positioning
)
- 2021-04-22 15:48:48下载
- 积分:1
-
elm算法,完整
elm算法,我做风电功率预测时用到过,比较好用。(Elm algorithm, I do wind power prediction used, relatively easy to use.)
- 2021-03-18 15:09:20下载
- 积分:1
-
PolygonClipping
基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序(Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures)
- 2009-04-19 22:23:04下载
- 积分:1
-
3dwind1
空间风场模拟程序,采用谐波平衡法模拟大气边界层(code for simulation of wind field of boundary layer.)
- 2013-10-09 08:32:01下载
- 积分:1
-
Taghizadeh_matlabsignal
Matlab and its applications in analysis of continuous-time signals and systems has
been discussed in part 1 and 2 of this series of practical manuals. The purpose of part
3 is to discuss the way Matlab is used in analysis of discrete-time signals and systems.
- 2011-10-29 18:08:47下载
- 积分:1
-
Floyd-dijkstra-m-atlab
简单的路径优化问题很实用的 程序代码,可以选择(For simple path optimization problem very useful program code, you can choose)
- 2013-04-29 23:04:09下载
- 积分:1