Importing a particular range of data in datetime format
2 次查看(过去 30 天)
显示 更早的评论
I have a following excel data named 'm' and in the second sheet i want to import the time series in datetimeformat.
A B C;
12/28/2015 17:13 6.14E-08 1.48E-07;
12/28/2015 17:23 1.47E-07 3.44E-07;
12/28/2015 17:33 6.25E-08 1.51E-07;
12/28/2015 17:43 1.49E-07 3.51E-07;
12/28/2015 17:53 1.53E-07 3.63E-07;
I want to import the collumn A (timeseries). For the same i use following xlsread but i get a null matrix
timee=datetime(xlsread('m','No distribution','A2:A5'));
Kindly help , how can i import collumn A in datetimeformat.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Other Formats 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!