Matrix array in a strange format
Ältere Kommentare anzeigen

Hello, how do I make this show in the usual row and columns, cell format?
Akzeptierte Antwort
Weitere Antworten (1)
Michael
am 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)
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!