필터 지우기
필터 지우기

Importing a CSV with numbers and strings and blank space

조회 수: 2 (최근 30일)
Matthias Vink
Matthias Vink 2018년 9월 10일
편집: Matthias Vink 2018년 9월 10일
I am trying to import a ".csv" file with some meta data at the start and than and than a lot of data. However one column of the data is a sting variable and the others are all numbers. I also need to have access to some of the meta data. The file attached is a small example version of the files I need to read.

답변 (1개)

ahmed nebli
ahmed nebli 2018년 9월 10일
u need to save the csv file as xls file and then use the function xlsread, it should work , use something like this: xlsread('your_file.csv');

카테고리

Help CenterFile Exchange에서 Historical Contests에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by