Help reading data from CSV file?
古いコメントを表示
I have code for data in csv file but do not know how to import and run data through the code.
回答 (1 件)
Star Strider
2018 年 11 月 8 日
0 投票
Without knowing more, your best option (if you have R2013b or later) is to use the readtable (link) function.
7 件のコメント
Kristine McKay
2018 年 11 月 8 日
Star Strider
2018 年 11 月 8 日
Use readtable to import your data. It is then straightforward, using the table2array (link) function to bring the data into your workspace as a numeric data matrix, assuming your data are all numeric.
Beyond that, I have no idea what you are doing.
Kristine McKay
2018 年 11 月 8 日
Kristine McKay
2018 年 11 月 8 日
Star Strider
2018 年 11 月 8 日
Unfortunately, that makes two of us!
I have absolutely no idea what you want to do.
Kristine McKay
2018 年 11 月 8 日
Kristine McKay
2018 年 11 月 8 日
カテゴリ
ヘルプ センター および File Exchange で LaTeX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!