photo

Caesar Hernandez


Last seen: mehr als 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How do I make a for loop that averages the first 150 values of vector, x, saves it, and then averages the next 150 values of the same vector, x, saves it, and continues for the entirety of the vector, x.
I have a column vector, x, in which every 150 elements need to be averaged and the result saved, as a new vector, y. So far I ha...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I count the number of times a specific value appears within a range in a 1D vector?
Given a 1D vector, x, that has 600000 elements, how can I count the number of times the value 1 appears after the 150th position...

mehr als 4 Jahre vor | 3 Antworten | 0

3

Antworten