doc fprintf
Displaying an array of zeroes.
2 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!