I had a large textfile with about 1001 rows and 5 columns of strings in 1st row and numericals in remaining rows. I would like to read this data from file and would like to use it as input for my programming part.
Thank you Markus and Amir. This function has worked.
But the data is imported in single column, but as my file contains 5 columns. Because i want to subtract each column with 1. As the imported data is in single array, i couldnt mention range of the column to get subtracted.
i want to import matlab file and then divide the reuter dataset into equally separated classes into positive and negtive classes and access features. can anyone how to write code