Josh Tome
Followers: 0 Following: 0
Feeds
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 3 个回答 | 0
3
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 1
1
个回答提问
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 前 | 1 个回答 | 0