how to read from text file and put into clean array
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
cell = textscan(fileID,'%d %s %d %d %d %d %d'); gives me a dirty cell and i dunno how to unpack it. Someone tell me how to read a text file line by line and put it in an array where each row and column contains the data. I dont want each element contains a cell of cell of cells of array of cells arrays PLEASE
1 Kommentar
Stephen23
am 5 Dez. 2016
Duplicate:
https://www.mathworks.com/matlabcentral/answers/315414-cell-of-cell-to-cell
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!