You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
v = STRREPX(v,s1,s2) replaces all occurrences of the string s1 in the data structure v with the string s2. The new data structure is returned.
It recursively searches all cells and fields of the data structure v for strings and applies the MATLAB function strrep on them.
Useful e.g. for adapting SPM Batch data structures.
Cite As
Mathias Benedek (2026). strrepx (https://www.mathworks.com/matlabcentral/fileexchange/14197-strrepx), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (501 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Code is simplified considering the comment by B. Roossien |
