B = repmat( A , r ) specifies the repetition scheme with row vector r . ... Create a 3-by-2 matrix whose elements contain the value 10. A = repmat(10,3,2).
確定! 回上一頁