Kiran Isapure
Followers: 0 Following: 0
Statistics
RANK
208,996
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
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
Try to plot position vs time
I have bug in delerating phase in my code, I have attached two picture (one on paper is what i am trying to get) Thanks %% In...
2 years ago | 1 answer | 0
1
answerTrying to extract data trail by trail, but my data is sampled at different sampling rate.
Thanks for the solution, Can you help me with the syntax, I tried writing, but it give error.
2 years ago | 0
Question
Indexing position at EMG onset
I am trying to index position at EMG onset with below code but its not working %find index where time = 0 (ROI starts) time_0...
2 years ago | 0 answers | 0
0
answersQuestion
Trying to extract data trail by trail, but my data is sampled at different sampling rate.
Velocity, position and torque data has sampling frequency of 1000 and EMG's channels at 2000. So I am not getting the right regi...
2 years ago | 3 answers | 0
3
answersQuestion
How to convert cell to matrix with different size of cell
I have 10 cell and want to convert it to matrix but I am getting error Dimensions of arrays being concatenated are not consisten...
2 years ago | 1 answer | 0
1
answerQuestion
I am trying to index from Cell array
I have a nested cell array pos{1X4} >> {6830X1}{6824X1}{6834X1}{6826X1}{6842X1}{6840X1}{6836X1}{6844X1}{6837X1}{6833X1} I a...
2 years ago | 1 answer | 0
1
answerQuestion
Trying to use for loop for 2D cell array of {1X4}(1X11}
for tr=2:ntr Deman_EMG{tr}=cellfun(@minus,RawEMG{1,4}{tr},cellfun(@mean,RawEMG{1,4}{tr})); end Errorr: Error using cellfu...
2 years ago | 1 answer | 0