搜索资源列表
3.bsxfun.ZIP
- bsxfun, 一個matlab中十分常用的函數. 可以快速地對matrix進行接位複合運算~~,bsxfun, a very commonly used in the matlab function. can quickly take place on the matrix for composite operator ~ ~
Matlab.zip
- Matlab数值积分,包含多种积分的源程序 CombineTraprl 复合梯形公式求积分 IntSimpson 用辛普森系列公式求积分 NewtonCotes 用牛顿-科茨系列公式求积分 IntGauss 用高斯公式求积分 IntGaussLada 用高斯拉道公式求积分 IntGaussLobato 用高斯—洛巴托公式求积分,Matlab numerical integration, including a variety of points of the source Combi
daima
- 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula res
Matlabexample
- This program is the analytical approach in composite design to determine the safety factors and strength components of a general multidirectional laminate based on the Tsai-Wu failure criterion and also on the first ply failure (FPF) approach by usin
composite
- Software tool for speech analysis
composite
- simple tool to calculate laminate stresses/strains
DigitalFilter
- 1.题目:数字滤波器的设计与应用 2.设计要求:利用 Matlab 软件,以复合信号分离为例,对 “数字信号处理” 课程中 的谱分析 、数字滤波器设计和信号滤波这三个过程进行了仿真实现,给出了仿真结果。 3.具体步骤: (1)构造原始信号s(t) (2)画出s(t)的频谱 (3)设计ellipse数字滤波器(IIR),包括低通,带通,带通,并显示幅频特性 (4)用得到的滤波器进行滤波,分离出三路信号,观察时域波形和幅频特性 (5)用三路信号s1,
nchoosek_wacs5
- 组合算法 Matlab中有函数nchoosek,它是返回全部可能的给合数,本例是一个个地产生组合-Combination algorithm In Matlab function nchoosek, it is possible to return all composite numbers in a matrix, in this case is a combination of one to generate
composite
- 执行pesq的 pfile 文件, 需要用matlab 打开 但是只能用于执行 无法看原代码-p.file of running pesq in matlab
composite
- pesq algorithm for loizou
Laminate
- it solves for ABD matrix and analyze failure for lamina composite
Laminate
- Laminate analysis of composite plates using Matlab. Based on classical laminated plate theory.-Laminate analysis of composite plates using Matlab. Based on classical laminated plate theory.
Mechanics-of-Composite-Materials-with-MATLAB_ISBN
- composit efunction with matlab
Matlab-composite
- Matlab解复合材料层合板的问题.是matlab源代码。-matlab solve composite
ABD Laminate Builder
- Program is a MATLAB based thin-layer implementation to determine the laminate ABD matrix, laminate strain, and ply stress profile as well as effective properties of the laminate using thin plate theory. This code is, in essense, a GENLAM clone. Plies
matlab-composite-ga
- 在matlab上建立的对于复合材料铺层的遗传算法优化历程-ga optimization method for composites optimization use based on matlab
cm-stress-matlab
- 复合材料层合板应力计算小程序代码,能够计算其应力水平,精巧好用-Composite materials seam stress calcultation Composite materials seam stress calcultation
Composite-project2
- 层合板,4层,用MATLAB进行编程,然后进行应力应变分析,最后得到失效强度-Laminate, 4 layers, using MATLAB programming, then the stress and strain analysis, and finally get failure intensity
composite-trapezoida
- 利用Matlab编写复合梯形求积方法的M文件-Use Matlab write complex trapezoidal quadrature method M file
基于Python的Abaqus二次开发实例讲解
- 基于python的二次开发案例。1、所有的代码均可以先在Abaqus\CAE中操作一遍后再通过rp文件读取,然后再在此基础上进行相应的修改; 2、Python是一种解释性语言,读起来非常清晰,因此在修改程序的过程中,不存在程序难以理解的问题; 3、Python是一种通用性的、功能非常强大的面向对象编程语言,有许多成熟的类似于Matlab函数的程序在网络上流传,为后期进一步的数据处理提供了方便。(Python-based secondary development case)