User`s guide

R2015a
1-14
Data Import and Export
Datastore: Read one complete file with 'file' option for ReadSize
property
The ReadSize property for TabularTextDatastore objects now accepts the string
value, 'file'. This option reads one complete text file at a time. For more information,
see TabularTextDatastore Properties.
Datastore: Read data in parallel from a datastore with partition
function using Parallel Computing Toolbox
The partition function partitions a datastore into a number of parts. You then
can specify a subset of the datastore to read. If you have Parallel Computing Toolbox
installed, you can read datastore parts in parallel without using MapReduce.
webwrite Function: Send data to RESTful Web services using HTTP POST
method
The webwrite function sends data to RESTful Web services using an HTTP POST
request.
webread and websave Functions: Request data from RESTful Web
services using HTTP POST method
The webread and websave functions can request data using both HTTP GET and POST
methods.
xlsread and readtable Functions: Read larger spreadsheet files from
Excel software
The xlsread and readtable functions can read larger spreadsheet files on Windows
®
computers with Excel
®
software installed.