Concatenation
显示 更早的评论
Hi Everyone!
Hi would like to concatenate the entries of non-negative matrix into one single number! is that possible? any Ideas?
Here is an example:
a=[6 0 11; 15 5 10; 10 12 13]
and I want it to become:
a=[6011;15510;101213]
any suggestions?
Thank you in advance! all the best!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!