How to convert char array to string array in MATLAB2103b

9 vues (au cours des 30 derniers jours)
Adam Evenoff
Adam Evenoff le 4 Nov 2019
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

Réponse acceptée

Walter Roberson
Walter Roberson le 4 Nov 2019
Modifié(e) : Walter Roberson le 4 Nov 2019
string objects of the type you want were added as of R2016b. You cannot use them in R2013b.

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by