Statistics
6 Questions
0 Answers
RANK
228,785
of 301,234
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,204
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,580
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
Populating matrix in for loop generates error
I have two prealocated matrices I'm trying to populate using a for loop, but I keep getting this error: "Unable to perform assi...
5 years ago | 1 answer | 0
1
answerQuestion
Error states that the length of two vectors are not the same even though they are. This function worked previously with the same vectors without giving any errors. not sure what is happening.
function [f_avgTraces] = plotAvgTraces(traces, event_stats, d, trace_type) x = mean(traces); y = length(x); errba...
5 years ago | 0 answers | 0
0
answersQuestion
thresholding data based on z-score
Hi All, I'm attempting to threshold my data using their z-score values. However, it's not clear to me how I am meant to get act...
6 years ago | 1 answer | 0
1
answerQuestion
Subtracting two matrices of equal size results in error saying that they are not equal
for lotryignto subtract two mabcgMean = zeros(1,577); bcgMean1 = zeros(1750,577); bcgFixed = zeros(1750,577); for i2 = 2:size...
6 years ago | 0 answers | 0
0
answersQuestion
Data set must contain at least 3 samples error in find peaks embedded in for loop
Hi All, I am trying to iterate through the columns of a matrix I have called 'data' to find the peaks of each column. To do t...
6 years ago | 1 answer | 0
1
answerQuestion
Hi All, I am running into a warning message that reads "warning: matrix is singular to working precision." I have no idea how to address this issue.
This particularly happens whenever I attempt to run the following code: deltaF_overF = NaN(height,width,nFrames); for n ...
7 years ago | 1 answer | 0

