photo

Christiane Voufo


Last seen: presque 4 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
280 966
of 301 552

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 321

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 320

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse