码迷,mamicode.com
首页 > 其他好文 > 详细

[Tips] matlab csv格式文件读写

时间:2020-03-09 16:21:52      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:time   返回值   读写   xxx   text   matlab   _id   headers   ade   

使用importdata载入数据

importdata(‘xxx.csv‘)

  

如果是一个第一行为属性string,其他行为数值型的数据,则返回值为:

data: [4500×4 double]
textdata: {‘date‘ ‘dc_id‘ ‘sku_id‘ ‘consumption‘}
colheaders: {‘date‘ ‘dc_id‘ ‘sku_id‘ ‘consumption‘}

data是数值型的矩阵,textdata是第一行的属性string

[Tips] matlab csv格式文件读写

标签:time   返回值   读写   xxx   text   matlab   _id   headers   ade   

原文地址:https://www.cnblogs.com/immortalBlog/p/12449268.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!