Hello,
Anoyone knows how to plot 10x10 large matrix on jupyter notebook without missing any values in it?
My solution matrix, “sol”, is 10x10x2 matrix. I would like to print it as two 10x10 matrices. When I do “println(sol)” , I am missing some values of it (colums 4 to 7).
Any solution?
Thanks