Displaying an array of zeroes.
Afficher commentaires plus anciens
given:
A = zeros([10, 10])
using the disp(x) function the output is not reminiscent of a square due to the horizontal spaces being greater than the vertical ones, is there a function to better attain the square shape. alternativley can you define the distance between elements of the array within the display function?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Indexing 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!