Effacer les filtres
Effacer les filtres

How to extract column data of text from a csv file in vectors

5 vues (au cours des 30 derniers jours)
Katerina F
Katerina F le 24 Nov 2014
Commenté : per isakson le 24 Nov 2014
Hello, I have csv files, here the data are similar to the extract of a file attached as an example. I want to extract the data of some of the columns with text, say column 2 in vectors
For the numbers I use, for example and it works:
DT= C{3}(2:end);
ob_hour_count = str2double(C{4}(2:end));
it does not work for text though, it gives me NaN. How can I extract the text? Note that the text is not the same word along the column as it is in the example.
thanks, Katerina
  1 commentaire
per isakson
per isakson le 24 Nov 2014
" file attached as an example" &nbsp is missing. Both [Choose file] and [Attach File] are required

Connectez-vous pour commenter.

Réponses (1)

Darek
Darek le 24 Nov 2014
Can you post an example file?

Catégories

En savoir plus sur Text Data Preparation dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by