On/Off
버전 1.0.0.0 (1.57 KB) 작성자:
Geoffrey Akien
Returns 'on'/'off' for true/false arrays, and true/false for cell arrays of strings with 'on'/'off'.
If the input is a numeric array, it returns a cell array of strings of 'on' or 'off' depending on the logical outcome.
Conversely, if the input is a cell array of strings of 'on' or 'off', then it does the reverse, i.e. returns the logical matrix where 'on' is true and 'off' is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff('[0, 1, 0]) gives {'off', 'on', 'off'}
onoff({'on', 'on', 'off'}) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
인용 양식
Geoffrey Akien (2026). On/Off (https://kr.mathworks.com/matlabcentral/fileexchange/25236-on-off), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Characters and Strings에 대해 자세히 알아보기
태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
