- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 95字
- 2025-04-04 18:32:34
Supported datatypes
The datatypes supported are as follow:
- Numeric scalars, vectors, matrices, or arrays having single or double precision entries. These data forms have the single or double datatype.
- Cell arrays of character vectors; character, logical, or categorical arrays; or numeric vectors for categorical variables representing grouping data. These data forms have the cellstr, char, logical, categorical, and single or double datatype, respectively.
- Some functions support tabular arrays for heterogeneous. The table datatype contains variables of any of the datatypes previously listed.
- Some functions accept gpuArray input arguments so that they execute on the GPU.