[ciri_latihZ,muZ,sigmaZ] = zscore(ciri_latih);
[coeff,score_latih,latent,tsquared,explained] = pca(ciri_latihZ);
kelas_latih = cell(jumlah_file,1);
kelas_latih{k} = 'Angry';
kelas_latih{k} = 'Disgust';
kelas_latih{k} = 'Happy';
kelas_latih{k} = 'Neutral';
kelas_latih{k} = 'Surprise';
Mdl = fitcecoc([PC1,PC2,PC3,PC4,PC5],kelas_latih);
i got some error on line 82 at "PC1 = score_latih(:,1);" it says Index in position 2 exceeds array bounds. and i don't know to solve it, and the program not get that error before