Matrix array in a strange format
显示 更早的评论

Hello, how do I make this show in the usual row and columns, cell format?
采纳的回答
更多回答(1 个)
Michael
2023-8-10
Your matrix "val" is a sparse matrix. You can convert it to a full storage matrix with the function "full".
A = full(val)
类别
在 帮助中心 和 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!