How can I load only a certain range of a data file (.mat)?

18 ビュー (過去 30 日間)
Amjad
Amjad 2013 年 3 月 22 日
I have a data file with extintion (.mat) that contains temptature data for each minute for 5 days. So, each 1440 records in the file belong to one day. Note that each record is related to a certain date and time.
My question is: How can I use the data of each day separately, or load only a specific range of the data file rather than loading the whole data file?

採用された回答

Richard Alcock
Richard Alcock 2013 年 3 月 27 日
Have a look at the matfile function (Introduced in MATLAB R2011b). This should allow you to load only the part of the data you are interested in.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Identification についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by