【发布时间】:2013-10-31 19:02:11
【问题描述】:
我有一个 csv 文件,其中包含以下行:
"some text", "more text hello 392 392", "etc complicated string here with spaces and commas"
如何将这个文件作为一个大矩阵读取?
【问题讨论】:
-
你真的要
["some text", "more text hello 392 392", "etc complicated string here with spaces and commas"]吗?这是一个 1x82 字符数组。可能您正在寻找 1x3 单元?{"some text", "more text hello 392 392", "etc complicated string here with spaces and commas"} -
是的,没错——对不起
-
为了更容易...我只是想把它作为一个 bix 矩阵读入
-
@DangKhoa 看起来不像是复制品。是的,这两个问题都讨论了 CSV 文件,但它们的格式非常不同。