ThB
Followers: 0 Following: 0
Statistics
RANK
39,036
of 295,527
REPUTATION
1
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Numerical approximation for derivative of matrix
I am trying to evaluate the shear stresses within a rectangular section, where the shear stress is given by the derivative of a ...
7 years ago | 0 answers | 0
0
answersHow can I compute the mean of an EMG signal that I loaded it in MATLAB?
Just use meanEMG = mean(EMG); to compute a simple mean of an array. Or use meanEMG = mean(mean(EMG)); if its a...
7 years ago | 0
Question
Matlab PDF testing for integers only
I am currently trying to do a statistical analysis on a dataset which I have. The data ("Speed") contains approximately 8000 dat...
7 years ago | 2 answers | 1
2
answersQuestion
How can I convert 8 digit "20171203" date to proper format?
I am looking to convert dates of the following 8-diit input format "20171203" (3rd December 2017) into a proper date string whic...
8 years ago | 3 answers | 0
3
answersQuestion
Trying to reduce computation time
Hey, I am trying to implement a code to compute the values of two functions using a large array of input. visitst = symfun...
8 years ago | 1 answer | 0
1
answerQuestion
How to Plot Bending Moment Diagram
I wrote a piece of code to solve any 2D frame-type structures problem. As my output, I generated the following: * Displacemen...
8 years ago | 2 answers | 0