玫瑰有刺 发表于 2015-11-7 18:21

如何读取txt中指定位置的数据

比如txt文件如下:
abc: 123 324 456
des: 458 454 552
kst: 448 447 457
std: 448 887 784

现在想读取kst:后便的数据

ChaChing 发表于 2015-11-9 08:55

help fscanf, importdata ??

Generation 发表于 2015-11-9 09:39

参考http://forum.vibunion.com/thread-8937-1-1.html,把判断语句修改修改就可以的

ChaChing 发表于 2015-11-9 13:33

From http://home.vibunion.com/blog-63979-18250.html
3.[原创]使用文本文件(.txt)进行数据存取的技巧总结 http://forum.vibunion.com/thread-45622-1-1.html
   也谈在Matlab中读入数字与字符混排的文本数据 http://forum.vibunion.com/thread-8937-1-1.html
   [转帖]matlab中常见txt文件读入的实用方法 http://forum.vibunion.com/thread-2029-1-1.html
   在Matlab中读入数字与字符混排的文本数据 http://forum.vibunion.com/thread-7985-1-1.html
   如何导入大量数据 http://forum.vibunion.com/thread-104333-1-2.html

schou0419 发表于 2016-5-17 17:24

ChaChing 发表于 2015-11-9 13:33
From http://home.vibunion.com/blog-63979-18250.html
3.[原创]使用文本文件(.txt)进行数据存取的技巧总 ...

留着学习啦
页: [1]
查看完整版本: 如何读取txt中指定位置的数据