MATLAB File Help: prtDataSetClass/setFeatures |
dsOut = setFeatures(dataSet,data,indices)
Set the columns of dataSet.data corresponding to indices to
the input matrix, data:
dsOut.data(:,indices) = data;
Defining Class | prtDataSetStandard |
Access | public |
Sealed | false |
Static | false |