Create a random 4-D array and return its size. A = rand(2,3,4,5); sz = size(A). sz = 1×4 2 3 4 5. Query only the length of the second dimension of A .
確定! 回上一頁