Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
I've index of each column of a cell array( A =3297*40 ). as ind_a = (1,5,9,13), ind_b = (2,6,7,8) and so on. I have to calculate AUC score using trapz of elements on index of ind_a across rows. Any help!
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
ind_a = 1: 4: size(MALL1, 2);ind_b = 2: 4: size (MALL1, 2);
MALL1 is a cell array of size 3297*2
0 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!