string lookup

버전 1.0.0.0 (1.53 KB) 작성자: Phillip M. Feldman
lookup(c, str) compares the string in str against each element of the cell array c
다운로드 수: 1.7K
업데이트 날짜: 2009/5/7

라이선스 보기

OVERVIEW

lookup(c, str) compares the string in str against each element of the cell array c in turn. If str is found in any element of c, the index of the first such element is returned. Otherwise, the value zero is returned.

INPUTS

c: A one-dimensional cell-array. Each element of this cell array is either a character string, or another one-dimensional cell-array containing character strings. Note: Deeper nesting of cell arrays is not supported.

인용 양식

Phillip M. Feldman (2024). string lookup (https://www.mathworks.com/matlabcentral/fileexchange/24032-string-lookup), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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