Feeds
提问
calculating stress from deformation?
% no. of elements are 53 ne=input('Number of elements= '); Ke=zeros(6,6,ne); %no. of nodes are 50 nn=input('Number o...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to get rid of matrix index dimension problem?
ne=input('Number of elements= '); Ke=sym(zeros(6,6,ne)); Kg=sym(zeros(150,150,1)); for i=1:1:ne ...
9 years 前 | 0 个回答 | 0
0
个回答提问
how to solve the index matrix dimension problem?
ne=input('Number of elements '); Ke=sym(zeros(6,6,ne)); Kg=sym(zeros(9,9,1)); for i=1:1:ne L1=input('please enter starting...
9 years 前 | 1 个回答 | 0
1
个回答提问
how can solve vpa function problem?
ne=input('Number of elements '); Ke=zeros(6,6,ne); Kg=zeros(150,150,1); for i=1:1:ne L1=input('please enter starting length...
9 years 前 | 1 个回答 | 0
