Community Profile

photo

Kai5er


Last seen: 11 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答