How can I convert strings in cell array into array?

1 次查看(过去 30 天)
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