Info
此问题已关闭。 请重新打开它进行编辑或回答。
how to read from text file and put into clean array
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Stephen23
2016-12-5
Duplicate:
https://www.mathworks.com/matlabcentral/answers/315414-cell-of-cell-to-cell
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!