How can I convert strings in cell array into array?

 채택된 답변

Shubham Sangle
Shubham Sangle 2019년 7월 10일
편집: Shubham Sangle 2019년 7월 10일

0 개 추천

strcat() has the property that it trims out leading and trailing blanks from parameters that are character vectors. It does not do that for cell array of character vectors.
For more details you can visit documentation of strcat here

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

질문:

2019년 7월 10일

편집:

2019년 7월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by