photo

Ruslan Khoguev


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
216,993
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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,...

10 years ago | 1 answer | 0

1

answer