Community Profile

photo

Christiane Voufo


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

5 years 前 | 1 个回答 | 0

1

个回答