Statistica
3 Domande
                        0 Risposte
RANK
91.958
                          
                          
of 300.381
                        
REPUTAZIONE
0
                           
                        
CONTRIBUTI
                          3 Domande
                          0 Risposte
ACCETTAZIONE DELLE RISPOSTE 
                            66.67%
                        
VOTI RICEVUTI
0
RANK
of 168.477
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
Domanda
How do I display R-squared and RMSE value for 2 curves while comparing?
I have 2 curves to plot-soundtemp_num and soundtemp_exp. These are data from a numerical optimization algorithm. I just want to ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to replace an element with average of surrounding elements excluding that particular element?
This is similar to A=[1 2 3; 4 5 6; 7 8 9]; conv2(A, ones(3), 'same') ./ conv2(ones(size(A)), ones(3), 'same'); ans = ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to select consecutive rows at regular intervals?
Suppose I have 1000 rows, I want to select 20:50, then 70:100, it is like selecting every 30 rows and omitting every 20 rows. Ho...
oltre 3 anni fa | 2 risposte | 0
