Info

This question is closed. Reopen it to edit or answer.

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 view (last 30 days)
ind_a = 1: 4: size(MALL1, 2);ind_b = 2: 4: size (MALL1, 2);
MALL1 is a cell array of size 3297*2

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!