How can I convert strings in cell array into array?

조회 수: 1 (최근 30일)
ARJUN REDDY
ARJUN REDDY 2019년 7월 10일
편집: Shubham Sangle 2019년 7월 10일
I am not able to convert strings in cell array into array

채택된 답변

Shubham Sangle
Shubham Sangle 2019년 7월 10일
편집: Shubham Sangle 2019년 7월 10일
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개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by