How to display a matrix whose elements are strings?
显示 更早的评论
Hi,
Consider we have two row matrices x and y. Both matrices have the same dimension 1 by m. I need to write a new string matrix z as z=[(x(1),y(1)),(x(2),y(2)),...,(x(m),y(m))]
Appreciated any help!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!