이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Converts string data to numeric form, via numeric references to string arrays. Numeric data is unchanged.
Usually used after loadcell.m and sometimes before datato1ofm.m
Helps make the loaded data more useful!
celltonumeric - convert cell to entirely numeric representation
function [newdata,contentlist] = celltonumeric(data,sharing);
DATA is the complete dataset. It is presumed that all the possible states are represented in the dataset. If not the data should be augmented with dummy data so that this is the case. Each column of DATA corresponds to a different attribute, and each row a different data item. Each attribute must be exclusively numeric or string.
NEWDATA is the output numeric dataset, which is the same size and DATA.
SHARING is an optional binary matrix representing the attribute sharing graph. Connected attributes are presumed to share the same attribute values. The default is no connection to other attributes (unit matrix)
CONTENTLIST is a cell array, with one term for each attribute. CONTENTLIST is empty for attributes which are numeric. For string attributes it gives the map of the corresponding string associated with each number in NEWDATA.
인용 양식
Amos Storkey (2026). celltonumeric.m (https://kr.mathworks.com/matlabcentral/fileexchange/26369-celltonumeric-m), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
