Creating timeseries objects from .xlsx files

9 次查看(过去 30 天)
Dear all,
Would anyone be able to share some information on creating timeseries objects from external .xlsx files at the command line? I don't want to have to go through the tstools GUI because I would like to create these objects as part of a larger program.
The webpage at http://www.mathworks.co.uk/help/matlab/data_analysis/time-series-objects.html#brenqws-3 provides an example of creating timeseries objects from an array in the base workspace, but not from external files.
Regards

采纳的回答

Shashank Prasanna
Shashank Prasanna 2013-8-19
Use xlsread to import the data into an array then use the method shown in that link.
You can also graphically import it this way:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series Collections 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by