strrepx

버전 1.0.0.0 (501 Bytes) 작성자: Mathias Benedek
Replace string with another in any location of a mixed cell/struct - data structure
다운로드 수: 1K
업데이트 날짜: 2007/3/12

라이선스 없음

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.

인용 양식

Mathias Benedek (2024). strrepx (https://www.mathworks.com/matlabcentral/fileexchange/14197-strrepx), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Code is simplified considering the comment by B. Roossien