dash.parse
Functions that parse user inputs
Name-value Pairs
vararginFlags - Parse flags from varargin
nameValue - Parse flagged options from Name,Value pairs
nameValueOrCollection - Parse inputs that are either Name,Value pairs, or collected Name,Value pairs
Multiple Types
inputOrCell - Parse inputs that are either cell vector of arrays, or a single array
stringsOrIndices - Parse inputs that are either a list of strings, or a vector of indices
switches - Parse inputs that are logical, numeric, or string switches
Object Constructors
constructorInputs - Parse inputs for an object constructor that accepts size and label parameters
Unit Tests
tests - Unit tests for the dash.parse package