Matlab. csv big files

조회 수: 3 (최근 30일)
hedgehogues
hedgehogues 2015년 11월 28일
편집: per isakson 2015년 11월 28일
Hi.
Tell me, I have a file size of about 300 MB. I need to open it. File format * .cvs. Inside the file there is string and numeric values. But not for long thought, Matlab says that the file size is too big, he did not open the can.
Vlob do it does not want. If you discover through csvread (...), it is also not particularly high quality is obtained. Due to the fact that in the file there is a line, he does not want to open it.
  댓글 수: 1
per isakson
per isakson 2015년 11월 28일
편집: per isakson 2015년 11월 28일
  • "300 MB" &nbsp That size shouldn't be a problem. How much free memory do you have? On Windows check with the Task Manager
  • "csvread (...)" doesn't take "string and numeric values"
  • did you try importdata?
  • textscan would likely read your file
  • upload a few rows of your csv-file

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by