User`s guide
iv Contents
Unit Testing Framework: Share variables between tests in
scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-8
Unit Testing Framework: Use prebuilt test fixtures . . . . . . . 1-8
Unit Testing Framework: Compare objects using isequaln . 1-9
Unit Testing Framework: Use homogeneous expected causes
with Throws constraint . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-9
Git Source Control Integration: View branch details and delete
branches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-10
C Matrix Library: New functions . . . . . . . . . . . . . . . . . . . . 1-10
Functionality being removed or changed . . . . . . . . . . . . . . . 1-10
Mathematics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-12
discretize Function: Group numeric data into bins or
categories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-12
Descriptive Statistics: Omit NaN values in basic statistical
calculations, including max, min, mean, median, sum, var,
std, and cov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-12
ismembertol and uniquetol Functions: Perform set comparisons
using a tolerance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-12
Random Numbers: Generate random numbers using the
double-precision, SIMD-oriented Fast Mersenne Twister
(dSFMT) algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-12
nearestNeighbor Function: Determine nearest alphaShape
boundary point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-12
Functionality being removed or changed . . . . . . . . . . . . . . . 1-13
Data Import and Export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-14
Datastore: Read one complete file with 'file' option for
ReadSize property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-14
Datastore: Read data in parallel from a datastore with
partition function using Parallel Computing Toolbox . . 1-14
webwrite Function: Send data to RESTful Web services using
HTTP POST method . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-14
webread and websave Functions: Request data from RESTful
Web services using HTTP POST method . . . . . . . . . . . . . 1-14
xlsread and readtable Functions: Read larger spreadsheet
files from Excel software . . . . . . . . . . . . . . . . . . . . . . . . . 1-14
textscan and readtable Functions: Return consistent results
when reading quoted strings . . . . . . . . . . . . . . . . . . . . . . 1-15
Scientific File Format Libraries: Upgrades . . . . . . . . . . . . . 1-16
Functionality being removed or changed . . . . . . . . . . . . . . . 1-16