Sum per 2 elements in vector
Ältere Kommentare anzeigen
Hello,
I am trying to sum my vector by 2 elements.
An example:
I have:
A= [1;2;3;4;5;6]
What I want:
A_new = [3;7;11]
Is there any way to easily code this?
I know one way via a for-loop but I was wondering if there was a more efficient way.
Thanks in advance!
Akzeptierte Antwort
Weitere Antworten (1)
Abdel
am 18 Sep. 2023
0 Stimmen
The sum of the last two elements in
(call the result ans6)
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!