Let's say I have a 3x3 Array myarray = [[1,2,3],[4,5,6],[7,8,9]] How can I convert this to a 3x3 table? I tried table(myarray) but this results in just a ...
確定! 回上一頁