Matrix array in a strange format
Mostrar comentarios más antiguos

Hello, how do I make this show in the usual row and columns, cell format?
Respuesta aceptada
Más respuestas (1)
Michael
el 10 de Ag. de 2023
Your matrix "val" is a sparse matrix. You can convert it to a full storage matrix with the function "full".
A = full(val)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!