Statistics
RANK
264,672
of 301,175
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,185
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,238
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
filtfilt changes signal amplitude badly - how to choose the right filter?
Hi all, I have been trying to filter a the displacement traces of a moving animal to calculate kinematics such as velocity and...
7 years ago | 1 answer | 0
1
answerSubtraction of a calculated background (median) image from the original images yield a black image as output. What is wrong here? Code and images attached.
Phew, solved. My bad!
8 years ago | 0
Question
Subtraction of a calculated background (median) image from the original images yield a black image as output. What is wrong here? Code and images attached.
medianImage=nanmedian(mov3(:,:,:),3); %calculating BG image imshow(medianImage); for hh=1:size(mov3,3) %mov4(:,:,...
8 years ago | 1 answer | 0
