String array to 1d string by adding the new line character
4 次查看(过去 30 天)
显示 更早的评论
Hello All,
Say that you have nx1 string array A such as follows:
A=["Hello Matlab"; "this is 12345"; "so we are going to" ; "have fun"]
how can I combine them into a 1x1 string but by adding a new line chacter after each string i.e."
A=["Hello Matlab\nthis is 12345\nso we are going to\nhave fun"]
Thanks
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!