How do i combine the stiffness matrix for a rectangular mesh with 100 elements.?

2 次查看(过去 30 天)
traker=[2*Connectivity(i,1)-1 2*Connectivity(i,1) 2*Connectivity(i,2)-1 2*Connectivity(i,2) ...
2*Connectivity(i,3)-1 2*Connectivity(i,3) 2*Connectivity(i,4)-1 2*Connectivity(i,4)];
Kg(traker,traker) = Kg(traker,traker)+kel
This is the procedure i have adopted for combining the stiffness matrix for a rectangular plate with rectangular element.
The connectivity matrix here containes the node number for four end of each element. Is this the correct way to do? i am having problem in analyzing the plate element . somebody please help. thhanks

采纳的回答

KSSV
KSSV 2020-5-29

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computational Geometry 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by