- use a table.
- use a cell array (not recommended).
- use separate arrays (simplest and most efficient).
How to create a load file with header and category?
1 回表示 (過去 30 日間)
古いコメントを表示
Referring to fisheriris data set, I would like to create a Mat file that able to load in Matlab that comprises of numeric and a string value. Enclosed below are my data. I realize that in fisheriris there are two separate attributes (1) meas hold numeric / float data and (2)species hold string data. My question is how to do that? How to store two attributes within the load Mat file. Thank you in advance.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/193834/image.jpeg)
1 件のコメント
Stephen23
2018 年 8 月 15 日
Some ideas:
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!