munderscore
v0.2.0
Published
Support library providing basic features for (frequent, lower-level) programming tasks to MATLAB
Downloads
3
Readme
mUnderscore
mUnderscore is a library of functions and objects for performing (frequent, lower-level) programming tasks for which support is not available in MATLAB natively.
Class Overview
- Set - Represents the mathematical concept of a set
Function Overview
Enumerable Manipulation
- map - Apply a transformation to every element of an enumerable
Miscellaneous
- assignValueToObjectProperty - Functional form of property assignment for objects or structures
Validation
- isNonEmptyString - Reports whether its input is a non-empty string
- respondsTo - Reports whether a given 'object' responds to a property or method with a given name