Matrix array in a strange format
Mostra commenti meno recenti

Hello, how do I make this show in the usual row and columns, cell format?
Risposta accettata
Più risposte (1)
Michael
il 10 Ago 2023
Your matrix "val" is a sparse matrix. You can convert it to a full storage matrix with the function "full".
A = full(val)
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!