Matrix array in a strange format
Show older comments

Hello, how do I make this show in the usual row and columns, cell format?
Accepted Answer
More Answers (1)
Michael
on 10 Aug 2023
Your matrix "val" is a sparse matrix. You can convert it to a full storage matrix with the function "full".
A = full(val)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!