Feeds
질문
How to choose the closest acceleration value from excel table?
Hey guys, So I have a 6x6 diagonal matrix which gives time period: time= [0.0015 0 0 0 0 0; 0 0.0035 0 0 0 0; 0 0 0.0...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Curve fitting with 3 variables
Hey guys, so I am trying to find total base shear in a building as a function of storey height, total height, and load (kn/m...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Can someone help me understand how this loop works?
n=4; A = ones(n); for i= 1:n for j= 1:n if (i>2) && (j>2) A(i,j) = A(i-1,j) + A(i,j-1); elseif (i<3) && (j<3) A(i,...
거의 11년 전 | 답변 수: 1 | 0

