combine text and number in a matrixs
1 回表示 (過去 30 日間)
古いコメントを表示
I have data a='clear' and b=6 and c=7.
I want develop a matrik contain of a and b. It should be = [clear, 6, 7]
I would be appreciate if anyybody can help
Thx
0 件のコメント
採用された回答
Walter Roberson
2019 年 10 月 10 日
This is not possible with regular matrices. You can use cell arrays. Also table() objects can have columns of different types.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Axis Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!