photo

Kai5er


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
262,919
of 300,584

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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

  • Thankful Level 2

View badges

Feeds

View by

Question


Remove zero velocities and its correnponding coordinates.
I have 4 rows and 50,000 columns consisitng x-coordinates, y-coordinates, u-velocity, and v-velocity. So, u and v velocity are z...

2 years ago | 1 answer | 0

1

answer

Question


Trying to find the odd and even number from 3:200 using equation mentioned below
n = 3:1:200; B = rem(n,2); if B == 0 x = (n-4/2) + 0.5; else x = (n-3)/2 + 1 ; end

3 years ago | 1 answer | 0

1

answer

Question


multiply a 1 by 500 matrix to a 688 by 550 matrix and want to get the result for iteration instead of final value from 1 by 500 matrix!
for i = 1:5 r(:,:) = (ait(:,i)*podu); end ait is 1 by 500 matrix and podu is 688 by 550 matrix. Using this code gives m...

3 years ago | 1 answer | 0

1

answer