Matrix array in a strange format
Afficher commentaires plus anciens

Hello, how do I make this show in the usual row and columns, cell format?
Réponse acceptée
Plus de réponses (1)
Michael
le 10 Août 2023
Your matrix "val" is a sparse matrix. You can convert it to a full storage matrix with the function "full".
A = full(val)
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!