How to convert char array to string array in MATLAB2103b

10 ビュー (過去 30 日間)
Adam Evenoff
Adam Evenoff 2019 年 11 月 4 日
編集済み: Walter Roberson 2019 年 11 月 4 日
I know this can be done in newer versions using string(A) but in MATLAB2013b it gives a warning: string is obsolete and will be discontinued. Use char instead. and an error of: Conversion to char from string is not possible
I want to convert a char array to a string array

採用された回答

Walter Roberson
Walter Roberson 2019 年 11 月 4 日
編集済み: Walter Roberson 2019 年 11 月 4 日
string objects of the type you want were added as of R2016b. You cannot use them in R2013b.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by