Find a (potentially nested) field in a structure and return its contents
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Use a regular expression to find a (potentially nested) field in a structure and return its contents.
USAGE: F = getnestedfield(S, EXP)
INPUTS
S: The struct to search
EXP: Pattern used to find field (passed to REGEXP)
OUTPUT
F: Field contents. If no fields are found, is an empty array. If multiple fields found, is a N x 2 cell array where N is the number of matching fields, first column contains full locations of each match, and second column contains their values (this is raw output from NSTRUCT2CELL, see CREDIT below).
Cite As
Bob Spunt (2026). getnestedfield (https://github.com/spunt/getnestedfield), GitHub. Retrieved .
Acknowledgements
Inspired by: NSTRUCT2CELL
General Information
- Version 1.1.0.0 (2.91 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.1.0.0 | Stunning image added. |
||
| 1.0.0.0 |
