How can I convert strings in cell array into array?
2 次查看(过去 30 天)
显示 更早的评论
I am not able to convert strings in cell array into array
0 个评论
采纳的回答
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.
Similar question with accepted answer is available https://in.mathworks.com/matlabcentral/answers/470768-converting-strings-in-cell-array-into-array
For more details you can visit documentation of strcat here
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!