[Matlab] 绘制ROC,计算AUC
https://ww2.mathworks.cn/help/stats/perfcurve.html?searchHighlight=AUC&s_tid=srchtitle#bunsogv-scores
[X,Y,T,AUC] = perfcurve(labels,scores,posclass);
https://ww2.mathworks.cn/help/stats/perfcurve.html?searchHighlight=AUC&s_tid=srchtitle#bunsogv-scores
[X,Y,T,AUC] = perfcurve(labels,scores,posclass);