Community Profile

photo

chemPolonium


Shanghai Jiaotong University

Last seen: 6 days 前 自 2020 起处于活动状态

Followers: 0   Following: 0

联系

Major in vehicle.

统计数据

All
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • First Review

查看徽章

Feeds

排序方式:

已回答
I have a row of 1308 values and I need the total every 12 rows. So I need the sum of rows 1-12 and then again for the next 12 numbers
Maybe you can use reshape and sum function. For example: a = rand(1, 1000); % this create a rand vector of 1000 dims b = resh...

4 years 前 | 0

| 已接受