- "string feature vectors from different algos"   is that just a vector of 262144 numbers?
- "the dimension of FV are 50 by 262144"   is that 50 rows by 262144 columns?
- " is my data too large to be handled?"   No, I don't think so; the size should not be a problem with Matlab.
- "would i try another PC?"   how much physical memory, RAM, do you have? 8GB should be more than enough.
- "other way to store [read] my text file"   there are (too) many, see Text Files,Delimited and formatted text files
- "or mail me"   the idea of Answer is that others should benefit, i.e we communicate here with the detail needed.
how to import large text file into a MAT file?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hi, i string feature vectors from different algos in a test file. the dimension of FV are 50 by 262144. when ever i try to import by using matlab button it gives me error
"Import operation failed. The most likely reason is that there are unimportable cells in the selection. Try adding a rule in the toolstrip to convert unimportable cells into numbers"
please help me soon. is my data too large to be handled? should i try another PC? please wat can be the other way to store my text file feature vector into a matfile?
5 comentarios
per isakson
el 5 de Dic. de 2016
Editada: per isakson
el 5 de Dic. de 2016
You didn't try to answer any of my questions.
I don't understand your overall data flow. Let me guess:
- "extract feature vector"   You use another program (not Matlab) to do that. This program outputs this large text file. "another program" would explain the existence of the text file.
- "how to import large text file into a MAT file?"   You ask for help to read this file into a variable of the Matlab workspace.
- "then i have to save that text file [the value of this variable] in mat file for further"   That's the simple part. The Matlab function save will do it.
About the text file, I guess
- It contains 512*512 columns times 50 rows of plain numbers
- The numbers are separated by comma, ","
- It contains no text-data; no header; not a single letter
Respuestas (0)
Ver también
Categorías
Más información sobre Large Files and Big Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!