I have a TAB delimited file which fails to import every time I try. I am not sure if my failure is due to the size of the file which is 109 Mb. I get the standard POP UP dialog box stating:
Import operation failed. The most likely reason is there are unimportable cells in the selection. Try adding a rule in the toolstrip to convert unimportable cells into numbers.
I do not know how to add the RULE described above. Does anyone have any suggestions?

댓글 수: 4

Walter Roberson
Walter Roberson 2017년 11월 25일
Have you tried using readtable() to import it?
Jeff
Jeff 2017년 11월 25일
NO, but I'll give it a shot. I noticed in the IMPORT DATA tool that all of the cells below row 1000 are greyed out so I am not sure what that means.
Jeff
Jeff 2017년 11월 25일
I get the following error using readtable():
readtable(Pharmonics); Undefined function or variable 'Pharmonics'.
'Pharmonics' is not yet in my working directory because I have not yet imported it. I tried the HELP menu for readtable() and the reply is "NO results for readtable." So what else?
Walter Roberson
Walter Roberson 2017년 11월 25일
readtable('Pharmonics') -- provided you have R2013b or later

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

 채택된 답변

Jeff
Jeff 2017년 11월 25일

0 개 추천

I found a computer with significantly more memory & was able to import the file. So solved.

추가 답변 (0개)

카테고리

질문:

2017년 11월 25일

댓글:

2017년 11월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by