91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

一本用MATLAB講解有限元方法原理的書,可以同時提高這二者的理論和應用水平。。這個PDF文件是我找到的,m文件源自本站網友zwlbb,為保持完整特地一起上傳。。

資源截圖

代碼片段和文件信息

function?y?=?BeamAssemble(Kkij)
%BeamAssemble???This?function?assembles?the?element?stiffness
%???????????????matrix?k?of?the?beam?element?with?nodes
%???????????????i?and?j?into?the?global?stiffness?matrix?K.
%???????????????This?function?returns?the?global?stiffness??
%???????????????matrix?K?after?the?element?stiffness?matrix??
%???????????????k?is?assembled.
K(2*i-12*i-1)?=?K(2*i-12*i-1)?+?k(11);
K(2*i-12*i)?=?K(2*i-12*i)?+?k(12);
K(2*i-12*j-1)?=?K(2*i-12*j-1)?+?k(13);
K(2*i-12*j)?=?K(2*i-12*j)?+?k(14);
K(2*i2*i-1)?=?K(2*i2*i-1)?+?k(21);
K(2*i2*i)?=?K(2*i2*i)?+?k(22);
K(2*i2*j-1)?=?K(2*i2*j-1)?+?k(23);
K(2*i2*j)?=?K(2*i2*j)?+?k(24);
K(2*j-12*i-1)?=?K(2*j-12*i-1)?+?k(31);
K(2*j-12*i)?=?K(2*j-12*i)?+?k(32);
K(2*j-12*j-1)?=?K(2*j-12*j-1)?+?k(33);
K(2*j-12*j)?=?K(2*j-12*j)?+?k(34);
K(2*j2*i-1)?=?K(2*j2*i-1)?+?k(41);
K(2*j2*i)?=?K(2*j2*i)?+?k(42);
K(2*j2*j-1)?=?K(2*j2*j-1)?+?k(43);
K(2*j2*j)?=?K(2*j2*j)?+?k(44);
y?=?K;




?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1013??2001-09-19?05:23??Matlab有限元分析與應用\M-Files\BeamAssemble.m

?????文件????????253??2001-09-19?05:23??Matlab有限元分析與應用\M-Files\BeamElementForces.m

?????文件????????377??2001-09-19?17:14??Matlab有限元分析與應用\M-Files\BeamElementMomentDiagram.m

?????文件????????367??2001-09-19?17:14??Matlab有限元分析與應用\M-Files\BeamElementShearDiagram.m

?????文件????????499??2001-09-19?05:21??Matlab有限元分析與應用\M-Files\BeamElementStiffness.m

?????文件???????3024??2001-12-18?03:32??Matlab有限元分析與應用\M-Files\BilinearQuadAssemble.m

?????文件????????655??2001-12-18?02:49??Matlab有限元分析與應用\M-Files\BilinearQuadElementArea.m

?????文件????????505??2001-12-18?03:55??Matlab有限元分析與應用\M-Files\BilinearQuadElementPStresses.m

?????文件???????1970??2002-02-13?22:26??Matlab有限元分析與應用\M-Files\BilinearQuadElementStiffness.m

?????文件???????2176??2002-02-13?22:27??Matlab有限元分析與應用\M-Files\BilinearQuadElementStiffness2.m

?????文件???????1867??2002-02-13?22:27??Matlab有限元分析與應用\M-Files\BilinearQuadElementStresses.m

?????文件???????1841??2001-10-12?20:52??Matlab有限元分析與應用\M-Files\GridAssemble.m

?????文件????????823??2001-12-23?03:49??Matlab有限元分析與應用\M-Files\GridElementForces.m

?????文件????????329??2001-10-12?20:41??Matlab有限元分析與應用\M-Files\GridElementLength.m

?????文件????????912??2001-12-23?03:49??Matlab有限元分析與應用\M-Files\GridElementStiffness.m

?????文件????????529??2001-08-31?02:11??Matlab有限元分析與應用\M-Files\LinearBarAssemble.m

?????文件????????303??2001-08-31?02:12??Matlab有限元分析與應用\M-Files\LinearBarElementForces.m

?????文件????????430??2001-08-31?02:10??Matlab有限元分析與應用\M-Files\LinearBarElementStiffness.m

?????文件????????351??2001-09-01?20:57??Matlab有限元分析與應用\M-Files\LinearBarElementStresses.m

?????文件???????1912??2001-11-17?02:20??Matlab有限元分析與應用\M-Files\LinearTriangleAssemble.m

?????文件????????450??2001-11-16?05:18??Matlab有限元分析與應用\M-Files\LinearTriangleElementArea.m

?????文件????????515??2001-11-17?01:52??Matlab有限元分析與應用\M-Files\LinearTriangleElementPStresses.m

?????文件???????1375??2001-11-17?01:36??Matlab有限元分析與應用\M-Files\LinearTriangleElementStiffness.m

?????文件???????1419??2001-11-17?01:39??Matlab有限元分析與應用\M-Files\LinearTriangleElementStresses.m

?????文件???????1890??2001-09-30?18:09??Matlab有限元分析與應用\M-Files\PlaneframeAssemble.m

?????文件????????432??2001-10-03?04:59??Matlab有限元分析與應用\M-Files\PlaneframeElementAxialDiagram.m

?????文件????????831??2001-10-02?17:09??Matlab有限元分析與應用\M-Files\PlaneframeElementForces.m

?????文件????????366??2001-10-03?04:15??Matlab有限元分析與應用\M-Files\PlaneframeElementLength.m

?????文件????????443??2001-09-30?18:32??Matlab有限元分析與應用\M-Files\PlaneframeElementMomentDiagram.m

?????文件????????433??2001-10-09?19:34??Matlab有限元分析與應用\M-Files\PlaneframeElementShearDiagram.m

............此處省略56個文件信息

評論

共有 條評論