photo

WellsJ


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
103,799
of 297,503

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


shading gaps in multiple area plots
I am attempting to plot 6 different area plots on a figure and shade the areas based on a seperate calculation. There are 101...

6 years ago | 0 answers | 0

0

answers

Question


Loading multiple matlab files in to a structure
I'm trying to load multiple matlab files in to a structure using for m = 1:numel(data) S(m,1) = load(data{m}); end ...

7 years ago | 1 answer | 0

1

answer

Question


vertcat elements of structure
i'm trying to extract elements from a structure and can do what i need to using X = vertcat(S(1).Norm_X,S(2).Norm_X,S(...

7 years ago | 1 answer | 0

1

answer

Question


Combining a variable with text to name outputs.
Is there a simple way to name outputs as an existing variable & what the output is. For example if i am analysing multiple data...

7 years ago | 1 answer | 0

1

answer

Question


how to set a plot to start at zero
I am working with gait data and have resampled 1 gait cycle (~120 data points) in to 100 using [c,d] = size(RawData); ...

7 years ago | 2 answers | 0

2

answers

Question


Turning x amount of data points in to 100 to get a percentage
Hi, I have a row vector containing 120 data points. How would I convert that data in to 100. I am working on gait cycles and...

7 years ago | 2 answers | 0

2

answers