Help my imputdata not solve
古いコメントを表示
I have txt file with rows and columns but are separated by ";" I need to read the file and play in memory with the columns separated by ";" and lines by enter same, but I have numbers and characters can someone help me?
5 件のコメント
You could use textscan or readtable or xlsread:
madhan ravi
2018 年 10 月 27 日
Upload your file
Stephen23
2018 年 10 月 28 日
but this command I always have to pass the type of data I'm reading, but I never know what kind. And my intuition is to read a kind of random content table. and then I will use them one by one, this command groups some values which is not good and turns them into a table, I want a file that is already in a matrix and put in an array with rows and columns.
Stephen23
2018 年 10 月 28 日
@Thiago Medeiros: use xlsread or readtable.
Thiago Medeiros
2018 年 10 月 29 日
編集済み: Thiago Medeiros
2018 年 10 月 29 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Large Files and Big Data についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!