read csv data with numbers, characters and text
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 22 de Mayo de 2023
Try readtable
Simon Lind
el 22 de Mayo de 2023
Cris LaPierre
el 22 de Mayo de 2023
Editada: Cris LaPierre
el 22 de Mayo de 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
el 22 de Mayo de 2023
readtable was added in R2013b. In the R2016b time-frame you would very likely want to use detectImportOptions() first.
Simon Lind
el 22 de Mayo de 2023
Image Analyst
el 22 de Mayo de 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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

