Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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!

2 ビュー (過去 30 日間)
Bubblesjinx
Bubblesjinx 2017 年 9 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
ind_a = 1: 4: size(MALL1, 2);ind_b = 2: 4: size (MALL1, 2);
MALL1 is a cell array of size 3297*2

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by