function svmstruct = calculateSVMTables(timePointMatrix,timeIndex) svmstruct.svmdata = timePointMatrix{timeIndex}(:,2:size(timePointMatrix{timeIndex},2)); svmstruct.svmlabel = timePointMatrix{timeIndex}(:,1); end