celltonumeric.m

版本 1.0.0.0 (1.9 KB) 作者: Amos Storkey
Take cell array data (such as from loadcell) and convert strings to categorical numeric form.
395.0 次下载
更新时间 2010/1/13

查看许可证

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 (2024). celltonumeric.m (https://www.mathworks.com/matlabcentral/fileexchange/26369-celltonumeric-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Categorical Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0