How do I take the mean of each row every third column?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Fede C 2018 London
am 1 Nov. 2019
Beantwortet: Guillaume
am 1 Nov. 2019
Hi all,
This is what I'm trying to do- E is a 65x900 array, and I want to extract from that the mean for each row of every third column-in other words, for rows 1 to 65, I want the mean across each row but only of values in columns 1, 4, 7,10, etc, so that I get a 65x1 vector-how would I do that?
Best regards
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu NaNs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!