photo

John Harry


Last seen: 6 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Applying a Bessel Filter to Acceleration Data
Dear Matlab Community, I am trying to learn how to apply a bessel filter to force data from a vertical jump, as the force data ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Issues using index to rank rows of a matrix
I found the solution to what I needed. I followed the above with: [~,index2] = sort(index); and it returned the ranking I was...

etwa 4 Jahre vor | 1

| akzeptiert

Frage


Issues using index to rank rows of a matrix
Hello, I have the following simple array: data = [5.35;4.99;4.77;5.13;3.84]; I am trying to use the sort or sortrows function...

etwa 4 Jahre vor | 1 Antwort | 1

1

Antwort