NUM2LAB

버전 1.0.0.0 (1.71 KB) 작성자: Marco Cococcioni
Converts a numeric vector into a cell vector of strings.
다운로드 수: 1.4K
업데이트 날짜: 2008/7/17

라이선스 보기

This function converts a numeric vector into a cell vector of strings. Each element of the cell contains the string conversion of the corresponding entry in the numeric vector, prefixed and postfixed by strings provided by the user. The format for numeric to string conversion can also be specified.
Useful for creating legend labels or tick labels.

인용 양식

Marco Cococcioni (2024). NUM2LAB (https://www.mathworks.com/matlabcentral/fileexchange/20698-num2lab), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Core function replaced with the more efficient version based on the use of cellstr and num2str (thanks to Jos).