搜索资源列表
MATLAB_syjc
- 《MATLAB实用教程》用到的部分程序,比较全的。-" MATLAB Practical Guide" Part of the procedure used to compare the sound.
eig
- matlab eig 函数说明 横不错哦-matlab eig function shows a good cross-Oh
testEig
- 用Jacobi法求解实对称矩阵A的特征值,和matlab的eig函数等效-Jacobi eigenvalue
music
- 利用雅克比计算矩阵的特征值与特征向量,相当于matlab里面的eig函数用-Using Jacobi matrix eigenvalue and eigenvector, equivalent to the inside of the matlab with eig sells its function
MAT
- 仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。-MatLab Matrix simulator
FEM-natural-frequencies
- 利用matlab中的eig函数计算有限元弹簧支撑梁的固有频率和振型-The eig function using matlab finite element calculation of the spring support beam natural frequencies and mode shapes
EIG
- 数值计算中的特征值、特征向量计算,采用matlab代码-eigenvalue computation
层次分析
- 层次分析法matlab实现 clc,clear fid=fopen('txt3.txt','r'); n1=6;n2=3; a=[]; for i=1:n1 tmp=str2num(fgetl(fid)); a=[a;tmp]; %读准则层判断矩阵 end for i=1:n1 str1=char(['b',int2str(i),'=[];']); str2=char(['b',int2str(i),'=[b',in
