Josh Tome
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
266,701
of 295,569
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Rotate one image and plot on top of another
Hello, I am trying to plot two images on top of one another. The code included allows me to rotate the human torso by a defi...
1 year ago | 2 answers | 0
2
answersQuestion
Overlay two images on top of each other with rotation
I have two images that I would like to overlay on top of each other. The first is an outline of a human. The second is the outli...
1 year ago | 1 answer | 0
1
answerQuestion
Creating a function to Import data into structures
Hello, I am currently using an sdk to import data from a software we use in our lab. When I import the data, I bring it int...
1 year ago | 1 answer | 0
1
answerQuestion
Move x-axis labels below the axis after relocation
When I move my x-axis position using the command ax.XAxisLocation = 'origin'; the labels of the x-axis move above the axis and...
2 years ago | 2 answers | 0
2
answersQuestion
Shading between two plot lines, then removing the outline
Hello, I have been able to shade between two plot lines using the code below, but I would now like to remove the outline of...
2 years ago | 1 answer | 0
1
answerQuestion
Average across the fields of a structure when each field contains a single value
Hello, I have a structure (Sway_dist_COP_Sag) with 3 fields, each containing a single value that I would like to average tog...
2 years ago | 2 answers | 0
2
answersQuestion
Overlay transparent image on top of current figure
Hello, I have been attempting (for far to long) to overlay a transparent image of the outline of footprints on top of a figu...
2 years ago | 1 answer | 0
1
answerQuestion
Collapsing a structure by combining field names
Hello, I have a structure which contains 4 fields (Forceplate1, Forceplate2, Forceplate3, Forceplate4). Each of those fields...
2 years ago | 1 answer | 0
1
answerQuestion
Removing elements of a cell array that start with a specific letter
I have a cell array of strings which I would like to remove the elements which start with an uppercase R. What is the easiest wa...
2 years ago | 2 answers | 0
2
answersQuestion
Average across structures and fields
Hello, I currently have a set of data that is organized into a main structure with 3 fields (walking_01, walking_02, walking_03)...
2 years ago | 1 answer | 0
1
answerQuestion
Combining rows of each field within a structure
Hello, I'd like to combined the rows of a structure for each field. I won't always know how many rows there will be in the s...
2 years ago | 3 answers | 0
3
answersQuestion
interpolation of a structure array
Hello, I have a structure array which consists of 39 variables (LFHD, RFHD, etc.) Each of those variables contains 3 double arra...
2 years ago | 1 answer | 0
1
answerQuestion
Scaling an image then overlaying data on top of it
Hello, I am attempting to plot some xy data over an image (see attached image). The data I would like to plot (see attached exc...
2 years ago | 1 answer | 1
1
answerQuestion
textscan doesn't stop at blank space in txt file
Hi, I'm trying to import data from a txt file using the textscan function. While I thought it was suppose to stop at the first b...
2 years ago | 1 answer | 0