Matlab使用技巧 (如何提取文档数据和表格数据)

1.如何提取txt文档数据内容

ex=importdata('filename.txt')

https://jingyan.baidu.com/article/37bce2be12a2cc1002f3a2cc.html?qq-pf-to=pcqq.c2c
2.如何读取xls的数据

a=xlsread('filename.xls');

https://jingyan.baidu.com/article/ca41422fd9e53c1eae99ed18.html 

你可能感兴趣的:(Matlab)