Community Profile

photo

Tom Ruopp


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Finding Heelstrike and Toe-off with only Ground Reaction Force Data
Hi all, Is there anyone out there who has developed a really robust algorithm for detecting heelstrike and toe-off using only...

8 years ago | 1 answer | 0

1

answer

Question


How to access variables with incremental names using for loop index?
I want to change code such as this limb_ph1_avg=mean(limb_ph1); limb_ph2_avg=mean(limb_ph2); limb_ph3_avg=mean(limb_p...

8 years ago | 2 answers | 0

2

answers

Question


Reading data files within a subfolder of the search path?
I would like to be able to have all my functions in the ML searchpath, but have all of my data in subfolders. Then I would enter...

8 years ago | 2 answers | 0

2

answers

Question


How can I program a section of my plot to have a different color background?
I plot lines along my data and I would like to make certain section in between them a different color. I have tried inserting a ...

8 years ago | 0 answers | 0

0

answers

Question


How to set x-axis labels under certain tick marks?
Is there a simple way to define tick mark labels? For example I have attached a plot which I would like to change. Instead of ha...

8 years ago | 1 answer | 0

1

answer

Question


How to normalize data along the x-axis in order to perform cross-correlation?
I am working with EMG data for gait analysis. I am attempting to determine where in the gait cycle (heelstrike to heelstrike) th...

8 years ago | 0 answers | 0

0

answers

Question


Correcting for split-belt treadmill crossover
Hello, I am using a split-belt treadmill in my lab and am reading z-direction (vertical) forces from it. I use ML to find eve...

8 years ago | 1 answer | 0

1

answer

Question


How do I shorten my code to prevent writing the same thing over and over?
code I am using is as follows: for i=1:length(Rpeaks) %starts at first peak which is first whole step %if i==1 ...

8 years ago | 1 answer | 0

1

answer

Question


Is it possible to automate the plotting of data that is created by multiple passes of the same script?
For example the script runs once and creates a set of data, then runs again (overwriting previous data). I need all data on same...

8 years ago | 1 answer | 0

1

answer