How to convert char array to string array in MATLAB2103b
11 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!