User`s guide
R2015a
1-16
Compatibility Considerations
Code that relies on using the %q format specifier to read text enclosed in double quotation
marks might return different results. Such code includes calls to readtable that do not
specify a value for the Format name-value pair argument. However, there is no behavior
change when reading strings with proper double quotation marks.
Scientific File Format Libraries: Upgrades
This table lists upgrades to scientific file format libraries used by MATLAB.
Library Version
HDF5 1.8.12 (upgraded from 1.8.6)
Compatibility Considerations
The H5Pset_dxpl_multi and H5Pget_dxpl_multi routines were removed from
the HDF5 Library as of version 1.8.11. As a result, the H5P.set_dxpl_multi and
H5P.get_dxpl_multi functions in MATLAB now return an error. Remove instances of
H5P.set_dxpl_multi and H5P.get_dxpl_multi from your code.
Functionality being removed or changed
Functionality Result Use This Instead Compatibility
Considerations
KeyValueLimit
property of
KeyValueDatastore
class
Still
Runs
ReadSize property of
KeyValueDatastore
class
Replace all instances of
KeyValueLimit with
ReadSize.
RowsPerRead property of
TabularTextDatastore
class
Still
Runs
ReadSize propertyof
TabularTextDatastore
class
Replace all instances
of RowsPerRead with
ReadSize.
urlread for HTTP POST
requests
Still
runs
webread
webwrite
Use webread for reading
content with an HTTP
POST request. Use
webwrite for sending
data with an HTTP
POST request.