read csv data with numbers, characters and text
Afficher commentaires plus anciens
Greetings
Does anyone have any idea on how to import numerical data from a csv file of the following format:
STATION DATE LATITUDE LONGITUDE ELEVATION NAME PRCP PRCP_ATTRIBUTES TMAX TMAX_ATTRIBUTES TMIN TMIN_ATTRIBUTES
BC000068026 01/02/32 -18.367 21.85 1000 SHAKAWE, BC 0 ,,Q
I'm attaching a sample file
Matlab2016b
Thank you very much in advance
6 commentaires
Walter Roberson
le 22 Mai 2023
Try readtable
Simon Lind
le 22 Mai 2023
Cris LaPierre
le 22 Mai 2023
Modifié(e) : Cris LaPierre
le 22 Mai 2023
I suggest posting at least a portion of your file so that we can try out different approaches. Use the paperclip icon.
Walter Roberson
le 22 Mai 2023
readtable was added in R2013b. In the R2016b time-frame you would very likely want to use detectImportOptions() first.
Simon Lind
le 22 Mai 2023
Image Analyst
le 22 Mai 2023
If the format is too custom and varies from file to file, you may have to write your own custom reader where you read a line at a time and parse it appropriately.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

