Elizabeth Drybrugh
Followers: 0 Following: 0
Statistica
RANK
105.960
of 295.569
REPUTAZIONE
0
CONTRIBUTI
5 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
0
RANK
14.448 of 20.247
REPUTAZIONE
14
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
1 File
DOWNLOAD
2
ALL TIME DOWNLOAD
146
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
oltre 6 anni fa | 0
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....
oltre 6 anni fa | 0
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...
oltre 6 anni fa | 0
| accettato
Inviato
Dummy_Rep_NaN(x)
Function for vectors that contain NaN values to help normalise with missing data.
oltre 6 anni fa | 2 download |
Domanda
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...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
quasi 7 anni fa | 1 risposta | 0