[ypred,accuracy1,decision_values1] = svmpredict(LabelS1',Xg,model);
Length of label vector does not match # of instances


% load training set and testing set
clear all;
train_set =...