Kai5er
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
209,228
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
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...
1 year ago | 1 answer | 0
1
answerQuestion
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
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0