photo

Elizabeth Drybrugh


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

5 Preguntas
3 Respuestas

File Exchange

1 Archivo

CLASIFICACIÓN
113.929
of 297.503

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
14.543 of 20.449

REPUTACIÓN
14

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
2

ALL TIME DESCARGAS
146

CLASIFICACIÓN

of 159.017

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • First Submission
  • First Answer
  • Revival Level 1
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
biograph node sizes
Hey I hope you have fixed it by now if not then create variable vg = view(bg) Make sure the biograph GUI is kept o...

casi 7 años hace | 0

Respondida
Find NaN elements in a matrix
Do this to get the sum sum(isnan(x)) For other functions, it depends on what you actually need....

casi 7 años hace | 0

Respondida
Only Changing NaN values of a vector
I am not sure if I mentioned this but changing to 0 does not help as I am using N-1 cross validation and in the literature it is...

casi 7 años hace | 0

| aceptada

Enviada


Dummy_Rep_NaN(x)
Function for vectors that contain NaN values to help normalise with missing data.

casi 7 años hace | 2 descargas |

0.0 / 5
Thumbnail

Pregunta


Only Changing NaN values of a vector
I want to access (202 elements) from vec A and check if isnan and change these but keep my normal values. Code to change all el...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Cross Validation not as accurate because I have NaNs in my training data
I am using N-1 cross-validation to train a vector to predict IQs based on connectivity values. Basically, my vector train_vec co...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Computational neuroscience - I have a 116x116x226 I need to calculate the eigenvalues for this array can anyone help me?
I have tried to use eig but doesn't work for 3D arrays. Any help will be greatly appreciated

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Robust fit for vectors of different lengths
Hi I have x = train_vcts_ASD (13456)(13456x201) and Y = train_behav (190)(190x1). I am having errors making a robust regression ...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Loading multiple *mat files
all_data =[]; files = dir('*.mat'); for q = 1:lenght(files) load(files(q).name); all_data = [all_data D.F]; end ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta