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!