搜索资源列表
Matlabjiedianyouhua
- 将潮流计算公式矢量化处理,利用Matlab编写潮流程序,并将Matlab的m文件编译成COM组件,可简单实现 Matlab和其它语言的混合编程。通过简单的函数调用即可完成如稀疏、解方程等一系列数学运算,并可轻易实现相关图形的 绘制。潮流计算中采用AMD算法对修正方程系数矩阵进行节点优化,并采用LDLT算法进行求解,有效地减少了注入元,计 算速度成倍提高。在混合编程的模式下,提高了程序开发速度、程序可靠性、计算效率和保密性。 -Formula for calculating the
juzhenchengfa
- 矩阵的乘法 可以方便快捷的计算两个矩阵的乘积 其中包括零矩阵-Matrix multiplication can be easily and quickly calculating the product of two matrices including the zero matrix
lingjiezhuansu
- 这是我转子动力学的大作业。用matlab编程计算双转子的临界转速。使用传递矩阵的思想编的。-This is my homeworkrotor of cuorse of rotordynamics . It contains a Matlab programe with dual-rotor calculation of critical speed using the idea of transfer matrix .
MATLAB
- MATLAB(矩阵实验室的简称)是一种专业的计算机程序,用于工程科学的矩阵数学运 算。但在以后的几年内,它逐渐发展为一种极其灵活的计算体系,用于解决各种重要的技术 问题。MATLAB 程序执行MATLAB 语言,并提供了一个极其广泛的预定义函数库,这样 就使得技术工作变得简单高效。在解决工程技术问题方面,MATLAB 比其它任何计算机语 言(包括FORTAN 和C)都简单高效。本书将介绍MATLAB 语言,并向大家展示如何运 用它去解决经典的技术问题。-MATLAB (sho
ga
- GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
CCmG_1.0-1
- 全基因组关联分析软件,根据序列矩阵,计算得到与目标性状相关的质量或数量遗传位点。-Genome-wide association analysis software, according to the sequence matrix, calculated with the target traits related to quality or quantity of genetic loci.
Matlab
- 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
the-complex-matrix-inverse-
- 分析了两种求逆的方法介绍了实部矩阵、 虚部矩阵均可逆和实部矩阵可逆、虚部矩阵可分解成2个向量乘积的两种复数矩阵的求逆方法 ,给出了这两种复数矩阵求逆矩阵的计算公式 ,并通过具体的实例来验证方法的可行。-Two inverse real part of the matrix, the imaginary part of the matrix are invertible reversible and the real part of the matrix, the imaginary part o
stiffness-matrix-calculation
- 8节点六面体单元刚度矩阵的计算,在ansys中的应用-8 node parallelepiped element stiffness matrix calculation, in the application of ansys
Three-dimensional-drawing(z=xy)
- 利用matlab的离散化,以矩阵的形式进行计算,画出三维图像-Discretization using matlab, in the form of a matrix calculation, draw three-dimensional image
JISUANFANGFA23
- 猜想:通过对Hilbert矩阵的预处理,能改善Hilbert的病态性质。 验证:根据不同 建立对应的Hilbert矩阵,计算该矩阵的2-范数的条件数,其次计算经过预处理后的H^矩阵的2-范数的条件数,并绘制 曲线。编程实现见附录1中的solution(2)。 实际编程中,分别取 , , , ,可以发现所得到的变化曲线 在 时, 的取值较为平缓的减小,且均小于0。而随着Hilbert矩阵阶数的增大, 的取值在 区间中振荡,主要集中在 ,且多数取值 。则对多数的Hilbert矩阵,其条件数在
gongsheng
- Verilog实现共生矩阵的计算和特征量提取-Verilog realize the co-occurrence matrix calculation and feature amount extraction
yj023
- 进行逐步线性回归,Matlab实现界面友好,经典的灰度共生矩阵纹理计算方法。- Stepwise linear regression, Matlab to achieve user-friendly, Classic GLCM texture calculation method.
punfun-V2.2
- 脉冲响应的相关分析算法并检验,经典的灰度共生矩阵纹理计算方法,可以得到很精确的幅值、频率、相位估计。- Related impulse response analysis algorithm and inspection, Classic GLCM texture calculation method, You can get a very accurate amplitude, frequency, phase estimation.
xpyqr
- 匹配追踪和正交匹配追踪,用谱方法计算流体力学一些流动现象的整体稳定性,AHP层次分析法计算判断矩阵的最大特征值。- Matching Pursuit and orthogonal matching pursuit, Spectral methods of computational fluid dynamics flow of some of the overall stability of the phenomenon, Calculate the maximum eigenvalue jud
ne642
- AHP层次分析法计算判断矩阵的最大特征值,matlab实现了五类灰色关联度模型的计算,计算两个矩阵之间的欧氏距离。- Calculate the maximum eigenvalue judgment matrix of AHP, matlab implements five gray correlation degree computing model, Calculation of the Euclidean distance between the two matrices.
hf630
- 一种流形学习算法(很好用),对于初学者具有参考意义,经典的灰度共生矩阵纹理计算方法。- A fluid manifold learning algorithm (good use), For beginners with a reference value, Classic GLCM texture calculation method.
0452
- 采用偏最小二乘法,AHP层次分析法计算判断矩阵的最大特征值,时间序列数据分析中的梅林变换工具。- Partial least squares method, Calculate the maximum eigenvalue judgment matrix of AHP, Time series data analysis Mellin transform tool.
ydqmx
- 利用自然梯度算法,计算多重分形非趋势波动分析,AHP层次分析法计算判断矩阵的最大特征值。- Use of natural gradient algorithm, Calculate the multifractal trend fluctuation analysis, Calculate the maximum eigenvalue judgment matrix of AHP.
sketch_apr29a
- 在Arduino IDE编译环境下,用四元数法进行姿态解算。四元数法具有计算量小的优点,相比欧拉角法,省去了姿态转换矩阵的计算。(In the Arduino IDE compiler environment, four element method is used to solve the pose problem. The four element method has the advantage of small computation. Compared with Euler angle