Summary: Getting Started With The Data: Readtable Hurrs Readtable (,, 5, ,)
Summary: Getting Started With The Data: Readtable Hurrs Readtable (,, 5, ,)
In this
example, hurrs.Tim
estamp is
a datetime.
The hour function >> h = hour(t);
returns the hour >> histogram(h)
numbers of the input
datetime values.
Creating Datastores
Reading the data using a datastore consists of three steps.
1. Creating a datastore that refers to a single file or set of files in a directory.
2. Adjusting the properties of the datastore according to the file contents.
3. Reading the data from the file.
In this lesson, you will learn about creating datastores. A datastore is just a reference to a file or a set
of files. Creating a datastore does not automatically import any data into MATLAB.