フィルターのクリア

combine text and number in a matrixs

1 回表示 (過去 30 日間)
Skydriver
Skydriver 2019 年 10 月 9 日
回答済み: Walter Roberson 2019 年 10 月 10 日
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

採用された回答

Walter Roberson
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 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by