登录
首页 » matlab » symMat

symMat

于 2010-03-02 发布 文件大小:2KB
0 170
下载积分: 1 下载次数: 6

代码说明:

  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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • numerical_analysis_homework
    (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).((Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different)
    2009-03-16 09:06:09下载
    积分:1
  • speech_voice
    用matlab实现语音合成,并修改基频、lpc、lsp参数,使合成质量有所提高(Using matlab speech synthesis, and modify the baseband, lpc, lsp parameters, the quality has improved synthesis)
    2013-09-04 19:09:04下载
    积分:1
  • mfiles
    vessel models and control engg
    2011-10-12 02:03:50下载
    积分:1
  • matlabME
    it s really good code for motion estimation in a video on image processing
    2013-04-03 13:50:21下载
    积分:1
  • waveletclassification-a-models
    wavelet technique is used for fault identification
    2013-11-17 23:43:20下载
    积分:1
  • steepest_lin_ex
    沿直线最小化优化学习率的梯度下降法matlab版本的一个实例源代码,带轨迹收敛图。(a source code of steepest descent with learning rate to minimize along the line by matlab)
    2013-10-27 16:39:50下载
    积分:1
  • copula_toolbox
    copula函数 主要应用于BB7UgivenV_inverse2(copula function BB7UgivenV_inverse2)
    2011-05-02 13:22:32下载
    积分:1
  • The-BP-neural-network
    BP神经网络在matlab开发环境中的实现实例,有利于初学者学习与掌握。(The BP neural network in matlab to achieve the development environment example, be helpful for beginners to learn and master.)
    2012-05-03 18:13:52下载
    积分:1
  • siglepid
    单神经元PID对二阶延迟系统的仿真程序。(keyword:single nuron、PID、MATLAB)
    2015-01-21 13:58:10下载
    积分:1
  • beamforming
    空间匹配滤波器的输出信号 2D波束方向图 不同扫描方向的波束方向切面图(Spatial matched filter output signal in Fig 2D beam scanning direction different from the direction of the beam section of FIG.)
    2013-12-31 14:50:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载