photo

Ibrahim Mahmood Shah


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
87 041
of 300 331

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


Global Stiffness matrix for 3 node element
Can anyone help me to formulate a the Global stiffness matrix for 3 node element ? No. of elements can go till 80-100 so how d...

mer än 8 år ago | 1 answer | 0

1

answer

Question


Need help to make a for loop
I got a K (5x5) matrix all zeros K1 (3x3) is associated with 1,2,3 K2 (3x3) is associated with 3,4,5 I Need to add K1 and K...

mer än 8 år ago | 0 answers | 0

0

answers

Question


I multiply 3x3 and 3x1 matrix and the end result is 3x3 instead of 3x1. What's wrong with the code.?
k1=[1 -1;-1 1]; x=3 %Number of Elements K=zeros(x+1,x+1); F=zeros(x+1, 1); U=zeros(x, 1); for i=1:x k=k1*AEL(i); ...

mer än 8 år ago | 1 answer | 0

1

answer