photo

chemPolonium


Shanghai Jiaotong University

Last seen: 14 Tage vor Aktiv seit 2020

Followers: 0   Following: 0

Nachricht

Major in vehicle.

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

| akzeptiert