I have a dataset for text classification ready to be used in MATLAB. Each document is a vector in this dataset and the dimensionality of this vector is extremely high. In th
MATLAB (and its toolboxes) include a number of functions that deal with feature selection:
You can also find examples that demonstrates usage on real datasets:
In addition, there exist third-party toolboxes:
Otherwise you can always call your favorite functions from WEKA directly from MATLAB since it include a JVM...